Aracılığıyla paylaş


SecurityTokenReplayDetectedException Oluşturucular

Tanım

SecurityTokenReplayDetectedException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

SecurityTokenReplayDetectedException()

SecurityTokenReplayDetectedException sınıfının yeni bir örneğini başlatır.

SecurityTokenReplayDetectedException(String)

Belirtilen hata iletisini kullanarak sınıfının yeni bir örneğini SecurityTokenReplayDetectedException başlatır.

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Belirtilen XML serileştirme verilerini ve serileştirme akışının SecurityTokenReplayDetectedException kaynağı ve hedefi hakkında bağlamsal verileri kullanarak sınıfının yeni bir örneğini başlatır.

SecurityTokenReplayDetectedException(String, Exception)

Belirtilen hata iletisini ve hatanın SecurityTokenReplayDetectedException kök nedenini kullanarak sınıfının yeni bir örneğini başlatır.

SecurityTokenReplayDetectedException()

SecurityTokenReplayDetectedException sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

SecurityTokenReplayDetectedException(String)

Belirtilen hata iletisini kullanarak sınıfının yeni bir örneğini SecurityTokenReplayDetectedException başlatır.

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)

Parametreler

message
String

Özel durumun oluşma nedenini tanımlayan bir ileti.

Şunlara uygulanır

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Belirtilen XML serileştirme verilerini ve serileştirme akışının SecurityTokenReplayDetectedException kaynağı ve hedefi hakkında bağlamsal verileri kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

info
SerializationInfo

SerializationInfo Seri hale getirme ve seri durumdan çıkarma sırasında kullanılan değerleri içeren.

context
StreamingContext

Serileştirme SecurityTokenReplayDetectedException akışının kaynağı ve hedefi hakkındaki verileri içeren bir.

Şunlara uygulanır

SecurityTokenReplayDetectedException(String, Exception)

Belirtilen hata iletisini ve hatanın SecurityTokenReplayDetectedException kök nedenini kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

message
String

Özel durumun oluşma nedenini tanımlayan bir ileti.

inner
Exception

Exception Özel durumun kök nedenini temsil eden bir.

Şunlara uygulanır