CsrfException Constructor (SerializationInfo, StreamingContext) |
Initializes a new instance of the
CsrfException class with serialized data.
Namespace: CMS.Protection.Web.UIAssembly: CMS.Protection.Web.UI (in CMS.Protection.Web.UI.dll) Version: 13.0.131
Syntax 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