Click or drag to resize
CsrfException Constructor (String)
Initializes a new instance of the CsrfException class with a specified error message.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public CsrfException(
	string message
)

Parameters

message
Type: SystemString
Exception's message
See Also