Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ConfigurationException

OptimaJet.Workflow.Core.Fault.ConfigurationException

Represents an exception that indicates a configuration-related error in the Workflow Engine.

public class ConfigurationException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ConfigurationException(string message) #
Initializes a new instance of the ConfigurationException with the specified error message.

Parameters

Name
Type
Description
message
String
The message that describes the configuration error.