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, ISerializableType Hierarchy
- Exception
- SchemeNotValidException Current type
- Implemented interfaces
- SchemeNotValidException Current type
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.