Share via


EncryptedTokenDecryptionFailedException Konstruktoren

Definition

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse.

Überlädt

EncryptedTokenDecryptionFailedException()

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse.

EncryptedTokenDecryptionFailedException(String)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse unter Verwendung der angegebenen Fehlermeldung.

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse mithilfe der angegebenen XML-Serialisierungsdaten und mithilfe von kontextbezogenen Daten über die Quelle und das Ziel des Serialisierungsstreams.

EncryptedTokenDecryptionFailedException(String, Exception)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse mit der angegebenen Fehlermeldung und der eigentlichen Fehlerursache.

EncryptedTokenDecryptionFailedException()

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse.

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

Gilt für:

EncryptedTokenDecryptionFailedException(String)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse unter Verwendung der angegebenen Fehlermeldung.

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)

Parameter

message
String

Eine Meldung, die die Ursache für das Auftreten der Ausnahme angibt.

Gilt für:

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse mithilfe der angegebenen XML-Serialisierungsdaten und mithilfe von kontextbezogenen Daten über die Quelle und das Ziel des Serialisierungsstreams.

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)

Parameter

info
SerializationInfo

Eine SerializationInfo mit Werten, die während der Serialisierung und Deserialisierung verwendet werden.

context
StreamingContext

Eine SecurityTokenException mit Daten über die Quelle und das Ziel des Serialisierungsstreams.

Gilt für:

EncryptedTokenDecryptionFailedException(String, Exception)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse mit der angegebenen Fehlermeldung und der eigentlichen Fehlerursache.

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)

Parameter

message
String

Eine Meldung, die die Ursache für das Auftreten der Ausnahme angibt.

inner
Exception

Eine Exception, die die Ursache der Ausnahme darstellt.

Gilt für: