EncryptedTokenDecryptionFailedException Konstruktoren

Definition

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse.

Überlädt

Name Beschreibung
EncryptedTokenDecryptionFailedException()

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException-Klasse.

EncryptedTokenDecryptionFailedException(String)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException Klasse mithilfe der angegebenen Fehlermeldung.

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

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

EncryptedTokenDecryptionFailedException(String, Exception)

Initialisiert eine neue Instanz der Klasse mithilfe der EncryptedTokenDecryptionFailedException angegebenen Fehlermeldung und der Ursache des Fehlers.

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 mithilfe 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 den Grund angibt, warum die Ausnahme aufgetreten ist.

Gilt für:

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der EncryptedTokenDecryptionFailedException Klasse mithilfe der angegebenen XML-Serialisierungsdaten und Kontextdaten ü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

A SerializationInfo , das Werte enthält, die während der Serialisierung und Deserialisierung verwendet werden.

context
StreamingContext

A SecurityTokenException that contains data about the source and destination of the serialization stream.

Gilt für:

EncryptedTokenDecryptionFailedException(String, Exception)

Initialisiert eine neue Instanz der Klasse mithilfe der EncryptedTokenDecryptionFailedException angegebenen Fehlermeldung und der Ursache des Fehlers.

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 den Grund angibt, warum die Ausnahme aufgetreten ist.

inner
Exception

Ein Exception Wert, der die Ursache der Ausnahme darstellt.

Gilt für: