Class SystemError
OptimaJet.Workflow.Plugins.FormsPlugin.SystemError
Represents an error that occurs while executing the form plugin's method.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
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
MessageStringRepresents an error that occurs while executing a method of the form plugin.