Assembly: OptimaJet.Workflow.Api

Class PermissionTargetNotFoundException

OptimaJet.Workflow.Api.Exceptions.PermissionTargetNotFoundException

An exception thrown when an permission target permission is not found.

public class PermissionTargetNotFoundException : InvalidOperationException, ISerializable

Type Hierarchy

Constructors

public PermissionTargetNotFoundException(string? target = null) #
An exception thrown when permission target is not found.

Parameters

Name
Type
Description
target
String
The name of the permission target that was not found.