GridCellException class

GridCellException class

The exception that is thrown when GridJs specified error occurs.

The GridCellException type exposes the following members:

Properties

PropertyDescription
codeRepresents the exception code.
sourceGets the name of the application or the object that causes the error.
stack_traceGets a string representation of the immediate frames on the call stack.

Methods

MethodDescription
to_stringCreates and returns a string representation of the current exception.

See Also