GetBaseException Method

See Also

TimeoutException Class  | TimeoutException Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

GetBaseException Method

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;

Return Type

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

TimeoutException Class  | TimeoutException Members

 

 


© WeOnlyDo Software. All Rights Reserved.