Sdílet prostřednictvím


SecurityTokenDecompressionFailedException Class

Definition

Thrown when JWE decompression fails.

[System.Serializable]
public class SecurityTokenDecompressionFailedException : Microsoft.IdentityModel.Tokens.SecurityTokenException
[<System.Serializable>]
type SecurityTokenDecompressionFailedException = class
    inherit SecurityTokenException
Public Class SecurityTokenDecompressionFailedException
Inherits SecurityTokenException
Inheritance
SecurityTokenDecompressionFailedException
Attributes

Constructors

SecurityTokenDecompressionFailedException()

Initializes a new instance of SecurityTokenDecompressionFailedException

SecurityTokenDecompressionFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenDecompressionFailedException class.

SecurityTokenDecompressionFailedException(String)

Initializes a new instance of SecurityTokenDecompressionFailedException

SecurityTokenDecompressionFailedException(String, Exception)

Initializes a new instance of SecurityTokenDecompressionFailedException

Properties

Source

Gets or sets the source of the exception.

(Inherited from SecurityTokenException)
StackTrace

Gets the stack trace that is captured when the exception is created.

(Inherited from SecurityTokenException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

(Inherited from SecurityTokenException)

Applies to