Class UnitWorkflowCanceledException
- Namespace
- Acuit.Pinpoint.Workflows.Workstation
- Assembly
- Acuit.Pinpoint.Workflows.Workstation.dll
public class UnitWorkflowCanceledException : WorkflowException, ISerializable
- Inheritance
-
UnitWorkflowCanceledException
- Implements
- Inherited Members
Constructors
UnitWorkflowCanceledException()
public UnitWorkflowCanceledException()
UnitWorkflowCanceledException(string?)
public UnitWorkflowCanceledException(string? message)
Parameters
messagestring
UnitWorkflowCanceledException(string?, Exception?)
public UnitWorkflowCanceledException(string? message, Exception? inner)