Class ColumnNotExistsException
OptimaJet.Workflow.Core.Fault.ColumnNotExistsException
Represents an error indicating that a requested column does not exist.
Namespace: OptimaJet.Workflow.Core.Fault
public class ColumnNotExistsException : Exception, ISerializableType Hierarchy
- Exception
- ColumnNotExistsException Current type
- Implemented interfaces
- ColumnNotExistsException Current type
Constructors
public ColumnNotExistsException(string columnName) #Initializes a new instance of the ColumnNotExistsException class.
Parameters
Name
Type
Description
columnNameStringThe name of the column that was requested but could not be found.