Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class SchemeNotValidException

OptimaJet.Workflow.Core.Fault.SchemeNotValidException

Represents an exception that is thrown when a workflow scheme is not valid.

public class SchemeNotValidException : Exception, ISerializable

Inheritance

  • 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
msg
String
The error message that explains why the scheme is invalid.