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, ISerializableInheritance
- 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
messageStringThe message that describes the configuration error.