ErrorEventArgs 构造函数 (Boolean, Exception)

命名空间: Microsoft.IdentityModel.Web.Controls
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim cancel As Boolean
Dim exception As Exception

Dim instance As New ErrorEventArgs(cancel, exception)

语法

声明
Public Sub New ( _
    cancel As Boolean, _
    exception As Exception _
)
public ErrorEventArgs (
    bool cancel,
    Exception exception
)
public:
ErrorEventArgs (
    bool cancel, 
    Exception^ exception
)
public ErrorEventArgs (
    boolean cancel, 
    Exception exception
)
public function ErrorEventArgs (
    cancel : boolean, 
    exception : Exception
)

参数

  • cancel
     
  • exception
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

ErrorEventArgs 类
ErrorEventArgs 成员
Microsoft.IdentityModel.Web.Controls 命名空间