SecurityTokenReplayDetectedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。
オーバーロード
SecurityTokenReplayDetectedException() |
SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。 |
SecurityTokenReplayDetectedException(String) |
指定したエラー メッセージを使用して、SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。 |
SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext) |
指定した XML シリアル化データと、シリアル化ストリームの転送元および転送先に関するコンテキスト データを使用して、SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。 |
SecurityTokenReplayDetectedException(String, Exception) |
指定したエラー メッセージとエラーの根本原因を使用して、SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。 |
SecurityTokenReplayDetectedException()
SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。
public:
SecurityTokenReplayDetectedException();
public SecurityTokenReplayDetectedException ();
Public Sub New ()
適用対象
SecurityTokenReplayDetectedException(String)
指定したエラー メッセージを使用して、SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。
public:
SecurityTokenReplayDetectedException(System::String ^ message);
public SecurityTokenReplayDetectedException (string message);
new System.IdentityModel.Tokens.SecurityTokenReplayDetectedException : string -> System.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Public Sub New (message As String)
パラメーター
- message
- String
例外が発生した理由を示すメッセージ。
適用対象
SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)
指定した XML シリアル化データと、シリアル化ストリームの転送元および転送先に関するコンテキスト データを使用して、SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。
protected:
SecurityTokenReplayDetectedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SecurityTokenReplayDetectedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Tokens.SecurityTokenReplayDetectedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化および逆シリアル化の際に使用する値を格納している SerializationInfo。
- context
- StreamingContext
シリアル化ストリームの転送元および転送先に関するデータを格納している SecurityTokenReplayDetectedException。
適用対象
SecurityTokenReplayDetectedException(String, Exception)
指定したエラー メッセージとエラーの根本原因を使用して、SecurityTokenReplayDetectedException クラスの新しいインスタンスを初期化します。
public:
SecurityTokenReplayDetectedException(System::String ^ message, Exception ^ inner);
public SecurityTokenReplayDetectedException (string message, Exception inner);
new System.IdentityModel.Tokens.SecurityTokenReplayDetectedException : string * Exception -> System.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Public Sub New (message As String, inner As Exception)
パラメーター
- message
- String
例外が発生した理由を示すメッセージ。
適用対象
.NET