編集

SecurityTokenException Class

Definition

The exception that is thrown when a problem occurs while processing a security token.

public ref class SecurityTokenException : Exception
public ref class SecurityTokenException : SystemException
[System.Serializable]
public class SecurityTokenException : Exception
[<System.Serializable>]
type SecurityTokenException = class
    inherit Exception
Public Class SecurityTokenException
Inherits Exception
Public Class SecurityTokenException
Inherits SystemException
Inheritance
SecurityTokenException
Derived
Attributes

Constructors

Name Description
SecurityTokenException()

Initializes a new instance of the SecurityTokenException class.

SecurityTokenException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenException class using the specified XML serialization data and contextual data about the source and destination of the serialization stream.

SecurityTokenException(String, Exception)

Initializes a new instance of the SecurityTokenException class using the specified error message and root cause of the error.

SecurityTokenException(String)

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

Applies to