Click or drag to resize

ViewerException Class

Inheritance Hierarchy

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

The ViewerException type exposes the following members.

Constructors
  NameDescription
Public methodViewerException(Object)
Initializes a new instance of the ViewerException class
Public methodViewerException(Object, String)
Initializes a new instance of the ViewerException class
Public methodViewerException(ErrorCode, Object, String)
Initializes a new instance of the ViewerException class
Public methodViewerException(ExceptionSeverity, ErrorCode, Object, String)
Initializes a new instance of the ViewerException class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCheckStatus
Public methodSetStackTrace (Inherited from FileHoldException.)
Top
Fields
  NameDescription
Protected fieldexceptionSeverity (Inherited from FileHoldException.)
Top
Extension Methods
See Also