'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> Public Shadows ReadOnly Property Exception As Exception
'Usage
Dim instance As FailureEventArgs Dim value As Exception value = instance.Exception
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] public new Exception Exception {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] public: new property Exception^ Exception { Exception^ get(); }