Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class SystemError

OptimaJet.Workflow.Plugins.FormsPlugin.SystemError

Represents an error that occurs while executing the form plugin's method.

public record SystemError : IEquatable<SystemError>

Inheritance

  • System.Object

Implemented Interfaces

  • System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.SystemError}

Constructors

public SystemError(string Message) #
Represents an error that occurs while executing the form plugin's method.

Parameters

Name
Type
Description
Message
String
Represents an error that occurs while executing a method of the form plugin.

Properties

Name
Type
Message #
String
Represents an error that occurs while executing a method of the form plugin.