SecurityTokenReplayAddFailedException Class

Definition

This exception is thrown when an add to the TokenReplayCache fails.

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

Constructors

SecurityTokenReplayAddFailedException()

Initializes a new instance of the SecurityTokenReplayAddFailedException class.

SecurityTokenReplayAddFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the SecurityTokenReplayAddFailedException class.

SecurityTokenReplayAddFailedException(String)

Initializes a new instance of the SecurityTokenReplayAddFailedException class.

SecurityTokenReplayAddFailedException(String, Exception)

Initializes a new instance of the SecurityTokenReplayAddFailedException class.

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