Share via


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

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 オブジェクト。

適用対象