Bridge

Exception..::..InnerException Property

Gets the Exception instance that caused the current exception.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual Exception InnerException { get; }
Public Overridable ReadOnly Property InnerException As Exception
	Get
public:
virtual property Exception^ InnerException {
	Exception^ get ();
}

Return Value

An object that describes the error that caused the current exception. The InnerException property returns the same value as was passed into the #ctor(System.String,System.Exception) constructor, or null if the inner exception value was not supplied to the constructor. This property is read-only.