SecurityTokenReplayDetectedException Constructors

Definition

Overloads

SecurityTokenReplayDetectedException()

Initializes a new instance of SecurityTokenReplayDetectedException

SecurityTokenReplayDetectedException(String)

Initializes a new instance of SecurityTokenReplayDetectedException

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenReplayDetectedException class.

SecurityTokenReplayDetectedException(String, Exception)

Initializes a new instance of SecurityTokenReplayDetectedException

SecurityTokenReplayDetectedException()

Initializes a new instance of SecurityTokenReplayDetectedException

public SecurityTokenReplayDetectedException ();
Public Sub New ()

Applies to

SecurityTokenReplayDetectedException(String)

Initializes a new instance of SecurityTokenReplayDetectedException

public SecurityTokenReplayDetectedException (string message);
new Microsoft.IdentityModel.Tokens.SecurityTokenReplayDetectedException : string -> Microsoft.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Public Sub New (message As String)

Parameters

message
String

Applies to

SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenReplayDetectedException class.

protected SecurityTokenReplayDetectedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Tokens.SecurityTokenReplayDetectedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

the SerializationInfo that holds the serialized object data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

SecurityTokenReplayDetectedException(String, Exception)

Initializes a new instance of SecurityTokenReplayDetectedException

public SecurityTokenReplayDetectedException (string message, Exception inner);
new Microsoft.IdentityModel.Tokens.SecurityTokenReplayDetectedException : string * Exception -> Microsoft.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to