Class ProcessTenantMismatchException
OptimaJet.Workflow.Core.Fault.ProcessTenantMismatchException
Represents an exception thrown when a process does not belong to the current tenant.
Namespace: OptimaJet.Workflow.Core.Fault
public class ProcessTenantMismatchException : Exception, ISerializableType Hierarchy
- Exception
- ProcessTenantMismatchException Current type
- Implemented interfaces
- ProcessTenantMismatchException Current type
Constructors
public ProcessTenantMismatchException(Guid processId) #Initializes a new instance of the ProcessTenantMismatchException for the specified process identifier.
Parameters
Name
Type
Description
processIdGuidThe 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.