AntiforgeryValidationException Class

Definition

The Exception that is thrown when the antiforgery token validation fails.

public ref class AntiforgeryValidationException : Exception
public class AntiforgeryValidationException : Exception
type AntiforgeryValidationException = class
    inherit Exception
Public Class AntiforgeryValidationException
Inherits Exception
Inheritance
AntiforgeryValidationException

Constructors

AntiforgeryValidationException(String)

Creates a new instance of AntiforgeryValidationException with the specified exception message.

AntiforgeryValidationException(String, Exception)

Creates a new instance of AntiforgeryValidationException with the specified exception message and inner exception.

Applies to