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

Usage

Visual Basic
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New UnsupportedTokenTypeBadRequestException(info, context)

Syntax

Visual Basic
Protected Sub New ( _
		info As SerializationInfo, _
		context As StreamingContext _
)
C#
protected UnsupportedTokenTypeBadRequestException (
		SerializationInfo info,
		StreamingContext context
)
C++
protected:
UnsupportedTokenTypeBadRequestException (
		SerializationInfo^ info, 
		StreamingContext context
)
J#
protected UnsupportedTokenTypeBadRequestException (
		SerializationInfo info, 
		StreamingContext context
)
JScript
protected function UnsupportedTokenTypeBadRequestException (
		info : SerializationInfo, 
		context : StreamingContext
)

Parameters

info
context

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also