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.

Methods

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

See Also