'Declaration
<CanBeNullAttribute()> Property Exception As Exception
'Usage
Dim instance As _OperationEventArgs Dim value As Exception instance.Exception = value value = instance.Exception
[CanBeNull()] Exception Exception {get; set;}
[CanBeNull()] property Exception^ Exception { Exception^ get(); void set ( Exception^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.