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 : ExceptionAn 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
InvalidStateException Class | InvalidStateException Members
© WeOnlyDo Software. All Rights Reserved.