Exception Property (ErrorInfo)
In This Topic
Gets a value indicating the exception associated with the error, if any.
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
public Exception Exception {get;}
Property Value
An
Exception object representing the error, or null if no exception is associated with this error.
See Also