Initializes a new instance of the T:Microsoft.IdentityModel.Web.Controls.ErrorEventArgs class.
Пространство имен: Microsoft.IdentityModel.Web.Controls
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim exception As Exception

Dim instance As New ErrorEventArgs(exception)

Синтаксис

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
)

Параметры

exception

an exception occurred

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также