InstanceInformationExceptionThrown Property |
Gets the exception thrown by the workflow instance. If no exception has been thrown, the value is null.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Exception ExceptionThrown { get; set; }
Public Property ExceptionThrown As Exception
Get
Set
public:
property Exception^ ExceptionThrown {
Exception^ get ();
void set (Exception^ value);
}
member ExceptionThrown : Exception with get, set
Property Value
Exception
See Also