Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim message As String
Dim exception As Exception

Dim instance As New UnsupportedSignatureFormatException(message, exception)

Синтаксис

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

Параметры

message
exception

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также