Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim code As String
Dim reason As String

Dim instance As New Status(code, reason)

Syntax

Visual Basic
Public Sub New ( _
		code As String, _
		reason As String _
)
C#
public Status (
		string code,
		string reason
)
C++
public:
Status (
		String^ code, 
		String^ reason
)
J#
public Status (
		String code, 
		String reason
)
JScript
public function Status (
		code : String, 
		reason : String
)

Parameters

code
reason

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also