'Declaration
<JetBrains.Annotations.NotNullAttribute()> ReadOnly Property Exception As Exception
'Usage
Dim instance As _FailureEventArgs Dim value As Exception value = instance.Exception
[JetBrains.Annotations.NotNull()] Exception Exception {get;}
[JetBrains.Annotations.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
.