Table of Contents

Class UnitWorkflowCanceledException

Namespace
Acuit.Pinpoint.Workflows.Workstation
Assembly
Acuit.Pinpoint.Workflows.Workstation.dll
[Serializable]
public class UnitWorkflowCanceledException : WorkflowException, ISerializable, _Exception
Inheritance
UnitWorkflowCanceledException
Implements
Inherited Members

Constructors

UnitWorkflowCanceledException()

public UnitWorkflowCanceledException()

UnitWorkflowCanceledException(SerializationInfo, StreamingContext)

protected UnitWorkflowCanceledException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

UnitWorkflowCanceledException(string)

public UnitWorkflowCanceledException(string message)

Parameters

message string

UnitWorkflowCanceledException(string, Exception)

public UnitWorkflowCanceledException(string message, Exception inner)

Parameters

message string
inner Exception