Пространство имен:
Microsoft.IdentityModel.Web.Controls
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim cancel As Boolean
Dim exception As Exception
Dim instance As New ErrorEventArgs(cancel, exception)
|
Синтаксис
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
)
|
Параметры
- cancel
- exception
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также