'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(); }