Click or drag to resize

BaseWorkflowInstanceLastException Property

Returns the exception message of the last exception that occurred during the execution of this workflow instance.

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public WorkflowException LastException { get; protected set; }

Property Value

Type: WorkflowException
See Also