InedoSDK Reference
Version:

SecuredTaskDeniedException Class

The exception that is thrown when a user cannot perform a task.

Inheritance Hierarchy

  • object
    • System.Exception
      • System.SystemException
        • System.Security.SecurityException
          • Inedo.Security.SecuredTaskDeniedException

Syntax

public sealed class SecuredTaskDeniedException : System.Security.SecurityException

Properties

Name Description
DeniedPrivilegeId

Gets the ID of the deny privilege if applicable.

Message

Gets a friendly description of the error.

SecuredTask

Gets the task which the user tried to perform.

SecuredTaskName

Gets the name of the task which the user tried to perform.

UserName

Gets the name of the user which tried to perform the task.