ErrorEventArgs Constructor (Exception)
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
Dim exception As Exception
Dim instance As New ErrorEventArgs(exception)
Syntax
'Declaration
Public Sub New ( _
exception As Exception _
)
public ErrorEventArgs (
Exception exception
)
public:
ErrorEventArgs (
Exception^ exception
)
public ErrorEventArgs (
Exception exception
)
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
Reference
ErrorEventArgs Class
ErrorEventArgs Members
Microsoft.IdentityModel.Web.Controls Namespace