SecurityTokenSignatureKeyNotFoundException Constructors

Definition

Overloads

SecurityTokenSignatureKeyNotFoundException()

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException(String)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException(String, Exception)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

SecurityTokenSignatureKeyNotFoundException()

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

public SecurityTokenSignatureKeyNotFoundException ();
Public Sub New ()

Applies to

SecurityTokenSignatureKeyNotFoundException(String)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

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

Parameters

message
String

Addtional information to be included in the exception and displayed to user.

Applies to

SecurityTokenSignatureKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

protected SecurityTokenSignatureKeyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Tokens.SecurityTokenSignatureKeyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Tokens.SecurityTokenSignatureKeyNotFoundException
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

SecurityTokenSignatureKeyNotFoundException(String, Exception)

Initializes a new instance of the SecurityTokenSignatureKeyNotFoundException class.

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

Parameters

message
String

Addtional information to be included in the exception and displayed to user.

innerException
Exception

A Exception that represents the root cause of the exception.

Applies to