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

Property Value

Type: WorkflowInstanceErrorInfo
See Also