When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
[Visual Basic]
Public Overridable Function GetBaseException() As Exception[C#]
public virtual Exception GetBaseException();[JScript]
public function GetBaseException() : Exception;The first exception thrown in a chain of exceptions. If the InnerException property of the current exception is a null reference (Nothing in Visual Basic), this property returns the current exception.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
TimeoutException Class | TimeoutException Members
© WeOnlyDo Software. All Rights Reserved.