ErrorPage.Exception Property

Active Directory Federation Services 2.0
Gets the exception being shown on the error page.


Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

'Usage
Dim value As Exception

value = Me.Exception

protected:
property Exception^ Exception {
	Exception^ get ();
}
/** @property */
protected Exception get_Exception ()

protected function get Exception () : Exception

Property Value

An Exception that represents the exception.

You can use the Exception property to implement custom handling based on the error condition. For more information about the ErrorPage class and a code sample, see ErrorPage Class Overview.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2



Community Additions

Show: