Gets the
Exception instance that caused the current exception.
Namespace:
System
Assembly:
Bridge (in Bridge.dll)
public virtual Exception InnerException { get; }
Public Overridable ReadOnly Property InnerException As 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.