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,包含在序列化和還原序列化 (Deserialization) 期間使用的值。
- 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
訊息,識別例外狀況發生原因。