'Declaration
<NotNullAttribute()> ReadOnly Property Exception As Exception
'Usage
Dim instance As _FailureEventArgs Dim value As Exception value = instance.Exception
[NotNull()] Exception Exception {get;}
[NotNull()] property Exception^ Exception { Exception^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is null
.