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: 2013.11.0.0
Syntax
C#
public WorkflowException LastException { get; protected set; }

Property Value

Type: WorkflowException
See Also