Click or drag to resize
EditorTryCatch Method
Enable (default) / disable the error catching that Editor performs when processing the data from the client. When enabled any errors will be presented in a format that can be presented to the end user, but it makes debugging much more difficult if an error should occur inside the DataTables dll. Disabling the try / catch makes it much easier to see exactly where the error is occuring.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor TryCatch(
	bool set
)

Parameters

set
Type: SystemBoolean
Enable - true, or disable - false

Return Value

Type: Editor
Editor instance for chaining
See Also