Class SchemeNotValidException
OptimaJet.Workflow.Core.Fault.SchemeNotValidException
Represents an exception that is thrown when a workflow scheme is not valid.
Namespace: OptimaJet.Workflow.Core.Fault
public class SchemeNotValidException : Exception, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public SchemeNotValidException(string msg) #Initializes a new instance of the SchemeNotValidException class with the specified error message.
Parameters
Name
Type
Description
msgStringThe error message that explains why the scheme is invalid.