Table of Contents

DocumentViewerException Class

Definition

Namespace
GleamTech.DocumentUltimate.AspNet.UI
Assembly
GleamTech.DocumentUltimate.dll

The exception that is thrown when there is an error in DocumentViewer.

public sealed class DocumentViewerException : SafePathException<DocumentViewerException>, ISerializable, _Exception
Inheritance
SafePathException<DocumentViewerException>
DocumentViewerException
Implements

Constructors

DocumentViewerException(Exception)

Initializes a new instance of the DocumentViewerException class with a reference to the inner exception that is the cause of this exception.

DocumentViewerException(string)

Initializes a new instance of the DocumentViewerException class with a specified error message.

DocumentViewerException(string, Exception)

Initializes a new instance of the DocumentViewerException class with a specified error message and a reference to the inner exception that is the cause of this exception.