ColumnOperationException constructor
const
ColumnOperationException(
- String message
Creates a new ColumnOperationException with the specified error message.
Implementation
const ColumnOperationException(super.message);