Stores the original exception, even if it has been handled by the page and cleared. Can be used to check for the error state of a page.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Exception OriginalException { get; set; }
Visual Basic
Public Property OriginalException As Exception
	Get
	Set
Visual C++
public:
property Exception^ OriginalException {
	Exception^ get ();
	void set (Exception^ value);
}
F#
member OriginalException : Exception with get, set

Property Value

Type: Exception

See Also