CsrfException Constructor (String) |
Initializes a new instance of the
CsrfException class with a specified error message.
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntaxpublic CsrfException(
string message
)
Parameters
- message
- Type: SystemString
Exception's message
See Also