CSException Constructor (String, Int32) 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 detailed description and specified Content Studio error number.

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

public CSException(
	string message,
	int number
)

Parameters

message
Type: SystemString
A detailed description of the error.
number
Type: SystemInt32
The Content Studio error number. This value is mostly returned in the Status parameter of a stored procedure.
See Also

Reference