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

Type Hierarchy

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.

Remarks

This constructor forwards message directly to the base Exception constructor.