Click or drag to resize

ObjectInaccessibleException Class

Inheritance Hierarchy

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

The ObjectInaccessibleException type exposes the following members.

Constructors
  NameDescription
Public methodObjectInaccessibleException(ErrorCode)
Initializes a new instance of the ObjectInaccessibleException class
Public methodObjectInaccessibleException(ErrorCode, String)
Initializes a new instance of the ObjectInaccessibleException class
Public methodObjectInaccessibleException(ExceptionSeverity, ErrorCode, String)
Initializes a new instance of the ObjectInaccessibleException class
Public methodObjectInaccessibleException(ExceptionSeverity, ErrorCode, String, Boolean)
Initializes a new instance of the ObjectInaccessibleException class
Top
Properties
Methods
  NameDescription
Public methodSetStackTrace (Inherited from FileHoldException.)
Top
Fields
  NameDescription
Protected fieldexceptionSeverity (Inherited from FileHoldException.)
Top
Extension Methods
See Also