GetBaseException Method
When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions.
Syntax
public virtual System.Exception GetBaseException()Public Overridable Function GetBaseException() As System.ExceptionReturn Value
The first exception thrown in a chain of exceptions. If the System.Exception.InnerException property of the current exception is a null reference ( Nothing in Visual Basic), this property returns the current exception.