| CsrfException Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Protection.Web.UI
 Syntax
Syntax[SerializableAttribute] public class CsrfException : Exception
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CsrfException | 
            Initializes a new instance of the CsrfException class.
             | 
|  | CsrfException(String) | 
            Initializes a new instance of the CsrfException class with a specified error message.
             | 
|  | CsrfException(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the CsrfException class with serialized data.
             | 
|  | CsrfException(String, Exception) | 
            Initializes a new instance of the CsrfException class with a specified error message and a reference to the inner exception that is the cause of the CSRF exception.
             | 
 See Also
See Also