CsrfException Constructor (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.
Namespace: CMS.Protection.Web.UIAssembly: CMS.Protection.Web.UI (in CMS.Protection.Web.UI.dll) Version: 12.0.0
Syntax public CsrfException(
string message,
Exception inner
)
Parameters
- message
- Type: SystemString
Exception's message - inner
- Type: SystemException
The exception that is the cause of the CSRF exception
See Also