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

Usage

Visual Basic
Dim tokenType As String

Dim instance As New UnsupportedTokenTypeBadRequestException(tokenType)

Syntax

Visual Basic
Public Sub New ( _
		tokenType As String _
)
C#
public UnsupportedTokenTypeBadRequestException (
		string tokenType
)
C++
public:
UnsupportedTokenTypeBadRequestException (
		String^ tokenType
)
J#
public UnsupportedTokenTypeBadRequestException (
		String tokenType
)
JScript
public function UnsupportedTokenTypeBadRequestException (
		tokenType : String
)

Parameters

tokenType

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also