Click or drag to resize

InstanceInformationExceptionThrown Property

Gets the exception thrown by the workflow instance. If no exception has been thrown, the value is null.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Exception ExceptionThrown { get; set; }

Property Value

Exception
See Also