When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function GetBaseException() As System.Exception |
C# | |
---|---|
public virtual System.Exception GetBaseException() |