'Declaration
Public Shadows ReadOnly Property Exception As Exception
'Usage
Dim instance As FailureEventArgs Dim value As Exception value = instance.Exception
public new Exception Exception {get;}
public: new 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
.