Table of Contents

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

message string

UnitWorkflowCanceledException(string?, Exception?)

public UnitWorkflowCanceledException(string? message, Exception? inner)

Parameters

message string
inner Exception