Initializes a new instance of the
T:Microsoft.IdentityModel.Web.Controls.ErrorEventArgs class.
Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim exception As Exception
Dim instance As New ErrorEventArgs(exception)
|
Syntax
Visual Basic |
Public Sub New ( _
exception As Exception _
)
|
C# |
public ErrorEventArgs (
Exception exception
)
|
C++ |
public:
ErrorEventArgs (
Exception^ exception
)
|
J# |
public ErrorEventArgs (
Exception exception
)
|
JScript |
public function ErrorEventArgs (
exception : Exception
)
|
Parameters
- exception
-
an exception occurred
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also