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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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.