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

適用対象