Class PermissionTargetNotFoundException
OptimaJet.Workflow.Api.Exceptions.PermissionTargetNotFoundException
An exception thrown when an permission target permission is not found.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class PermissionTargetNotFoundException : InvalidOperationException, ISerializableInheritance
- Object
- Exception
- SystemException
- InvalidOperationException
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
Constructors
public PermissionTargetNotFoundException(string? target = null) #An exception thrown when permission target is not found.
Parameters
Name
Type
Description
targetStringThe name of the permission target that was not found.