GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.GPALException Class Reference

Thrown where GPAL deliberately ends the workflow, such as a CallIf handler returning CallIfStatus.Terminate or a driver that could not be started.
The reason has always been published before this is thrown, so the uncaught handler reports the termination without repeating the message or printing a stack trace. More...

Inheritance diagram for GenerallyPositive.GPALException:

Public Member Functions

 GPALException (string message)
 Creates a GPALException with the reason the workflow is ending.

Detailed Description

Thrown where GPAL deliberately ends the workflow, such as a CallIf handler returning CallIfStatus.Terminate or a driver that could not be started.
The reason has always been published before this is thrown, so the uncaught handler reports the termination without repeating the message or printing a stack trace.

Definition at line 27 of file GPALException.cs.

Constructor & Destructor Documentation

◆ GPALException()

GenerallyPositive.GPALException.GPALException ( string message)

Creates a GPALException with the reason the workflow is ending.

Parameters
messageReason for terminating, already published to the event handlers

Definition at line 33 of file GPALException.cs.


The documentation for this class was generated from the following file: