Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim cancel As Boolean
Dim exception As Exception

Dim instance As New ErrorEventArgs(cancel, exception)

Syntax

Visual Basic
Public Sub New ( _
		cancel As Boolean, _
		exception As Exception _
)
C#
public ErrorEventArgs (
		bool cancel,
		Exception exception
)
C++
public:
ErrorEventArgs (
		bool cancel, 
		Exception^ exception
)
J#
public ErrorEventArgs (
		boolean cancel, 
		Exception exception
)
JScript
public function ErrorEventArgs (
		cancel : boolean, 
		exception : Exception
)

Parameters

cancel
exception

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also