Class GridCellException

GridCellException class

The exception that is thrown when GridJs specified error occurs.

public class GridCellException : ApplicationException

Properties

NameDescription
Code { get; }Represents the exception code.
override Message { get; }Represents the exception message.
Source { get; }Gets the name of the application or the object that causes the error.
StackTrace { get; }Gets a string representation of the immediate frames on the call stack.

Methods

NameDescription
ToString()Creates and returns a string representation of the current exception.

See Also