Class GridCellException

GridCellException class

Represents a cell operation error.

public class GridCellException : Exception

Properties

NameDescription
Cell { get; }Gets the error cell. If the Cell is null, the error is cause by an CommitNewBindRow operation, that means the DataTable rejected the new created row.
ErrorType { get; }Gets the error type.
ErrorValue { get; }Get the error value.

See Also