Click or drag to resize

InsufficientPermissionException Class

Inheritance Hierarchy

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public class InsufficientPermissionException : FileHoldException

The InsufficientPermissionException type exposes the following members.

Constructors
  NameDescription
Public methodInsufficientPermissionException(String)
Initializes a new instance of the InsufficientPermissionException class
Public methodInsufficientPermissionException(ErrorCode)
Initializes a new instance of the InsufficientPermissionException class
Public methodInsufficientPermissionException(ErrorCode, String)
Initializes a new instance of the InsufficientPermissionException class
Public methodInsufficientPermissionException(ExceptionSeverity, String)
Initializes a new instance of the InsufficientPermissionException class
Public methodInsufficientPermissionException(ExceptionSeverity, ErrorCode, String)
Initializes a new instance of the InsufficientPermissionException class
Public methodInsufficientPermissionException(ExceptionSeverity, ErrorCode, String, Exception)
Initializes a new instance of the InsufficientPermissionException class
Top
Properties
  NameDescription
Public propertyErrorCode (Inherited from FileHoldException.)
Public propertyExceptionSeverity (Inherited from FileHoldException.)
Public propertyStackTrace (Inherited from FileHoldException.)
Top
Methods
  NameDescription
Public methodSetStackTrace (Inherited from FileHoldException.)
Top
Fields
  NameDescription
Protected fieldexceptionSeverity (Inherited from FileHoldException.)
Top
Extension Methods
See Also