InnerException Property (ErrorInfo)
In This Topic
Run-time-only read-only property returning the original exception object that caused the error.
Syntax
'Declaration
Public ReadOnly Property InnerException As Exception
public Exception InnerException {get;}
See Also