'Declaration
<DefaultValueAttribute("")> Public ReadOnly Property Exception As Exception
'Usage
Dim instance As ExceptionEventArgs Dim value As Exception value = instance.Exception
[DefaultValue("")] public Exception Exception {get;}
[DefaultValue("")] public: property Exception^ Exception { Exception^ get(); }