Table of Contents

DocumentViewerException.DocumentViewerException Constructor

Definition

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

DocumentViewerException(string)

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

public DocumentViewerException(string message)

Parameters

message string

The error message that explains the reason for the exception.

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.

public DocumentViewerException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

DocumentViewerException(Exception)

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

public DocumentViewerException(Exception innerException)

Parameters

innerException Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.