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, ISerializableType Hierarchy
- Exception
- SystemException
- InvalidOperationException
- PermissionTargetNotFoundException Current type
- Implemented interfaces
- PermissionTargetNotFoundException Current type
- InvalidOperationException
- SystemException
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.