EncryptedTokenDecryptionFailedException Konstruktorer

Definition

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen.

Överlagringar

Name Description
EncryptedTokenDecryptionFailedException()

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen.

EncryptedTokenDecryptionFailedException(String)

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen med det angivna felmeddelandet.

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen med angivna XML-serialiseringsdata och kontextuella data om källan och målet för serialiseringsströmmen.

EncryptedTokenDecryptionFailedException(String, Exception)

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen med det angivna felmeddelandet och rotorsaken till felet.

EncryptedTokenDecryptionFailedException()

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen.

public:
 EncryptedTokenDecryptionFailedException();
public EncryptedTokenDecryptionFailedException();
Public Sub New ()

Gäller för

EncryptedTokenDecryptionFailedException(String)

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen med det angivna felmeddelandet.

public:
 EncryptedTokenDecryptionFailedException(System::String ^ message);
public EncryptedTokenDecryptionFailedException(string message);
new System.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException : string -> System.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException
Public Sub New (message As String)

Parametrar

message
String

Ett meddelande som identifierar orsaken till att undantaget inträffade.

Gäller för

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen med angivna XML-serialiseringsdata och kontextuella data om källan och målet för serialiseringsströmmen.

protected:
 EncryptedTokenDecryptionFailedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected EncryptedTokenDecryptionFailedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametrar

info
SerializationInfo

En SerializationInfo som innehåller värden som används under serialisering och deserialisering.

context
StreamingContext

En SecurityTokenException som innehåller data om källan och målet för serialiseringsströmmen.

Gäller för

EncryptedTokenDecryptionFailedException(String, Exception)

Initierar en ny instans av EncryptedTokenDecryptionFailedException klassen med det angivna felmeddelandet och rotorsaken till felet.

public:
 EncryptedTokenDecryptionFailedException(System::String ^ message, Exception ^ inner);
public EncryptedTokenDecryptionFailedException(string message, Exception inner);
new System.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException : string * Exception -> System.IdentityModel.Tokens.EncryptedTokenDecryptionFailedException
Public Sub New (message As String, inner As Exception)

Parametrar

message
String

Ett meddelande som identifierar orsaken till att undantaget inträffade.

inner
Exception

En Exception som representerar rotorsaken till undantaget.

Gäller för