Class ConfigurationException
OptimaJet.Workflow.Core.Fault.ConfigurationException
Represents an exception that indicates a configuration-related error in the Workflow Engine.
Namespace: OptimaJet.Workflow.Core.Fault
public class ConfigurationException : Exception, ISerializableType Hierarchy
- Exception
- ConfigurationException Current type
- Implemented interfaces
- ConfigurationException Current type
Constructors
public ConfigurationException(string message) #Initializes a new instance of the ConfigurationException with the specified error message.
Parameters
Name
Type
Description
messageStringThe message that describes the configuration error.
Remarks
This constructor forwards
message directly to the base Exception constructor.