Workflow Engine .NET

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

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

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

Name
Type
ProcessId #
Guid
Gets the identifier of the process that does not belong to the current tenant.