![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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...
Public Member Functions | |
| GPALException (string message) | |
| Creates a GPALException with the reason the workflow is ending. | |
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.
| GenerallyPositive.GPALException.GPALException | ( | string | message | ) |
Creates a GPALException with the reason the workflow is ending.
| message | Reason for terminating, already published to the event handlers |
Definition at line 33 of file GPALException.cs.