'Declaration<CanBeNullAttribute()> ReadOnly Property Exception As Exception
'UsageDim instance As _ExceptionEventArgs Dim value As Exception value = instance.Exception
[CanBeNull()] Exception Exception {get;}
[CanBeNull()] property Exception^ Exception { Exception^ get(); }