InnerException Property

See Also

InvalidSettingException Class  | InvalidSettingException 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.

InnerException Property

Gets the Exception instance that caused the current exception.

[Visual Basic]
Public ReadOnly Property InnerException As Exception
[C#]
public Exception InnerException {get;}
[JScript]
public function get InnerException : Exception

Return Type

An instance of Exception that describes the error that caused the current exception. The InnerException property returns the same value as was passed into the constructor, or a null reference (Nothing in Visual Basic) if the inner exception value was not supplied to the constructor. This property is read-only.

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

InvalidSettingException Class  | InvalidSettingException Members

 

 


© WeOnlyDo Software. All Rights Reserved.