SecurityTokenReplayAddFailedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SecurityTokenReplayAddFailedException() |
Initializes a new instance of the SecurityTokenReplayAddFailedException class. |
SecurityTokenReplayAddFailedException(String) |
Initializes a new instance of the SecurityTokenReplayAddFailedException class. |
SecurityTokenReplayAddFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SecurityTokenReplayAddFailedException class. |
SecurityTokenReplayAddFailedException(String, Exception) |
Initializes a new instance of the SecurityTokenReplayAddFailedException class. |
SecurityTokenReplayAddFailedException()
Initializes a new instance of the SecurityTokenReplayAddFailedException class.
public SecurityTokenReplayAddFailedException ();
Public Sub New ()
Applies to
SecurityTokenReplayAddFailedException(String)
Initializes a new instance of the SecurityTokenReplayAddFailedException class.
public SecurityTokenReplayAddFailedException (string message);
new Microsoft.IdentityModel.Tokens.SecurityTokenReplayAddFailedException : string -> Microsoft.IdentityModel.Tokens.SecurityTokenReplayAddFailedException
Public Sub New (message As String)
Parameters
- message
- String
Addtional information to be included in the exception and displayed to user.
Applies to
SecurityTokenReplayAddFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the SecurityTokenReplayAddFailedException class.
protected SecurityTokenReplayAddFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Tokens.SecurityTokenReplayAddFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Tokens.SecurityTokenReplayAddFailedException
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
SecurityTokenReplayAddFailedException(String, Exception)
Initializes a new instance of the SecurityTokenReplayAddFailedException class.
public SecurityTokenReplayAddFailedException (string message, Exception innerException);
new Microsoft.IdentityModel.Tokens.SecurityTokenReplayAddFailedException : string * Exception -> Microsoft.IdentityModel.Tokens.SecurityTokenReplayAddFailedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
Addtional information to be included in the exception and displayed to user.