Creates an instance of this Event Argument.
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim requestType As String
Dim exception As Exception

Dim instance As New WSTrustRequestProcessingErrorEventArgs(requestType, exception)

Syntax

Visual Basic
Public Sub New ( _
		requestType As String, _
		exception As Exception _
)
C#
public WSTrustRequestProcessingErrorEventArgs (
		string requestType,
		Exception exception
)
C++
public:
WSTrustRequestProcessingErrorEventArgs (
		String^ requestType, 
		Exception^ exception
)
J#
public WSTrustRequestProcessingErrorEventArgs (
		String requestType, 
		Exception exception
)
JScript
public function WSTrustRequestProcessingErrorEventArgs (
		requestType : String, 
		exception : Exception
)

Parameters

requestType

The Trust Request Type that failed.

exception

The exception happened during this Request.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also