'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As ExceptionEventArgs Dim value As Exception value = instance.Exception
public Exception Exception {get;}
public: property Exception^ Exception { Exception^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.