Click or drag to resize

BaseWorkflowInstanceErrorInfo Property

Returns the error information 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 WorkflowInstanceErrorInfo ErrorInfo { get; protected set; }

Property Value

Type: WorkflowInstanceErrorInfo
See Also