InsufficientPermissionException Class

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public class InsufficientPermissionException : FileHoldException
Inheritance
Object    Exception    FileHoldException    InsufficientPermissionException

Constructors

InsufficientPermissionException(ErrorCode)Initializes a new instance of the InsufficientPermissionException class
InsufficientPermissionException(String)Initializes a new instance of the InsufficientPermissionException class
InsufficientPermissionException(ErrorCode, String)Initializes a new instance of the InsufficientPermissionException class
InsufficientPermissionException(ExceptionSeverity, String)Initializes a new instance of the InsufficientPermissionException class
InsufficientPermissionException(ExceptionSeverity, ErrorCode, String)Initializes a new instance of the InsufficientPermissionException class
InsufficientPermissionException(ExceptionSeverity, ErrorCode, String, Exception)Initializes a new instance of the InsufficientPermissionException class

Properties

Methods

Fields

Extension Methods

See Also