CsrfException Constructor (String) |
Initializes a new instance of the
CsrfException class with a specified error message.
Namespace: CMS.Protection.Web.UIAssembly: CMS.Protection.Web.UI (in CMS.Protection.Web.UI.dll) Version: 12.0.0
Syntax public CsrfException(
string message
)
Parameters
- message
- Type: SystemString
Exception's message
See Also