Initializes a new instance of the T:Microsoft.IdentityModel.Web.Controls.ErrorEventArgs class.
命名空间: Microsoft.IdentityModel.Web.Controls
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim exception As Exception Dim instance As New ErrorEventArgs(exception)
语法
声明
Public Sub New ( _
exception As Exception _
)
public ErrorEventArgs (
Exception exception
)
public:
ErrorEventArgs (
Exception^ exception
)
public ErrorEventArgs (
Exception exception
)
public function ErrorEventArgs (
exception : Exception
)
参数
- exception
an exception occurred
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
ErrorEventArgs 类
ErrorEventArgs 成员
Microsoft.IdentityModel.Web.Controls 命名空间