Assembly: OptimaJet.Workflow.Core

Class ProcessTenantMismatchException

OptimaJet.Workflow.Core.Fault.ProcessTenantMismatchException

Represents an exception thrown when a process does not belong to the current tenant.

public class ProcessTenantMismatchException : Exception, ISerializable

Type Hierarchy

Constructors

public ProcessTenantMismatchException(Guid processId) #
Initializes a new instance of the ProcessTenantMismatchException for the specified process identifier.

Parameters

Name
Type
Description
processId
Guid
The identifier of the process that does not belong to the current tenant.

Properties

public Guid ProcessId { get; } #
Gets the identifier of the process that does not belong to the current tenant.