SecurityTokenEncryptionKeyNotFoundException 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
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.