Udostępnij za pośrednictwem


SecurityTokenReplayDetectedException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SecurityTokenReplayDetectedException.

Przeciążenia

SecurityTokenReplayDetectedException()

Inicjuje nowe wystąpienie klasy SecurityTokenReplayDetectedException.

SecurityTokenReplayDetectedException(String)

Inicjuje SecurityTokenReplayDetectedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie.

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Inicjuje SecurityTokenReplayDetectedException nowe wystąpienie klasy przy użyciu określonych danych serializacji XML i danych kontekstowych dotyczących źródła i miejsca docelowego strumienia serializacji.

SecurityTokenReplayDetectedException(String, Exception)

Inicjuje SecurityTokenReplayDetectedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie i głównej przyczyny błędu.

SecurityTokenReplayDetectedException()

Inicjuje nowe wystąpienie klasy SecurityTokenReplayDetectedException.

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

Dotyczy

SecurityTokenReplayDetectedException(String)

Inicjuje SecurityTokenReplayDetectedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie.

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)

Parametry

message
String

Komunikat identyfikujący przyczynę wystąpienia wyjątku.

Dotyczy

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Inicjuje SecurityTokenReplayDetectedException nowe wystąpienie klasy przy użyciu określonych danych serializacji XML i danych kontekstowych dotyczących źródła i miejsca docelowego strumienia serializacji.

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)

Parametry

info
SerializationInfo

Element SerializationInfo zawierający wartości używane podczas serializacji i deserializacji.

context
StreamingContext

Element SecurityTokenReplayDetectedException zawierający dane dotyczące źródła i miejsca docelowego strumienia serializacji.

Dotyczy

SecurityTokenReplayDetectedException(String, Exception)

Inicjuje SecurityTokenReplayDetectedException nowe wystąpienie klasy przy użyciu określonego komunikatu o błędzie i głównej przyczyny błędu.

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)

Parametry

message
String

Komunikat identyfikujący przyczynę wystąpienia wyjątku.

inner
Exception

Element Exception reprezentujący główną przyczynę wyjątku.

Dotyczy