共用方式為


EncryptedTokenDecryptionFailedException 建構函式

定義

初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

多載

EncryptedTokenDecryptionFailedException()

初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

EncryptedTokenDecryptionFailedException(String)

使用指定的錯誤訊息,初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

使用指定的 XML 序列化資料以及有關序列化資料流來源和目的端的內容資料,初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

EncryptedTokenDecryptionFailedException(String, Exception)

使用指定的錯誤訊息和錯誤根本原因,初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

EncryptedTokenDecryptionFailedException()

初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

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

適用於

EncryptedTokenDecryptionFailedException(String)

使用指定的錯誤訊息,初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

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)

參數

message
String

訊息,識別例外狀況發生原因。

適用於

EncryptedTokenDecryptionFailedException(SerializationInfo, StreamingContext)

使用指定的 XML 序列化資料以及有關序列化資料流來源和目的端的內容資料,初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

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)

參數

info
SerializationInfo

SerializationInfo,包含在序列化和還原序列化 (Deserialization) 期間使用的值。

context
StreamingContext

SecurityTokenException,包含有關序列化資料流之來源與目的端的資料。

適用於

EncryptedTokenDecryptionFailedException(String, Exception)

使用指定的錯誤訊息和錯誤根本原因,初始化 EncryptedTokenDecryptionFailedException 類別的新執行個體。

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)

參數

message
String

訊息,識別例外狀況發生原因。

inner
Exception

Exception,表示例外狀況的根本原因。

適用於