Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ColumnNotExistsException

OptimaJet.Workflow.Core.Fault.ColumnNotExistsException

Represents an error indicating that a requested column does not exist.

public class ColumnNotExistsException : Exception, ISerializable

Inheritance

  • 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
columnName
String
The name of the column that was requested but could not be found.