SecurityTokenEncryptionKeyNotFoundException Constructors

Definition

Overloads

SecurityTokenEncryptionKeyNotFoundException()

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException(String)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException(String, Exception)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

SecurityTokenEncryptionKeyNotFoundException()

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

public SecurityTokenEncryptionKeyNotFoundException ();
Public Sub New ()

Applies to

SecurityTokenEncryptionKeyNotFoundException(String)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

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

Parameters

message
String

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

Applies to

SecurityTokenEncryptionKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

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

SecurityTokenEncryptionKeyNotFoundException(String, Exception)

Initializes a new instance of the SecurityTokenEncryptionKeyNotFoundException class.

public SecurityTokenEncryptionKeyNotFoundException (string message, Exception innerException);
new Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionKeyNotFoundException : string * Exception -> Microsoft.IdentityModel.Tokens.SecurityTokenEncryptionKeyNotFoundException
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