Click or drag to resize
CsrfException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the CsrfException class with serialized data.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public CsrfException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the CSRF exception.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
See Also