SecurityTokenArgumentException Class
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.
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, 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. |
SecurityTokenArgumentException(String) |
Initializes a new instance of the SecurityTokenException class with a specified error message. |