SecurityTokenArgumentException Class

Definition

Throw this exception when a received SecurityToken has invalid arguments.

[System.Serializable]
public class SecurityTokenArgumentException : ArgumentException
[<System.Serializable>]
type SecurityTokenArgumentException = class
    inherit ArgumentException
Public Class SecurityTokenArgumentException
Inherits ArgumentException
Inheritance
SecurityTokenArgumentException
Derived
Attributes

Constructors

SecurityTokenArgumentException()

Initializes a new instance of the SecurityTokenException class.

SecurityTokenArgumentException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenArgumentException class.

SecurityTokenArgumentException(String)

Initializes a new instance of the SecurityTokenException class with a specified error message.

SecurityTokenArgumentException(String, Exception)

Initializes a new instance of the SecurityTokenException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to