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, ISerializableInheritance
- 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
processIdGuidThe identifier of the process that does not belong to the current tenant.
Properties
Name
Type
ProcessId #GuidGets the identifier of the process that does not belong to the current tenant.