CSException Constructor (SerializationInfo, StreamingContext) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the CSException class with the specified context and the serialization information.

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected CSException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo associated with this exception
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext that represents the context of this exception.
See Also

Reference