DocumentViewerException(String) Constructor

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

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.8
C#
public DocumentViewerException(
	string message
)

Parameters

message  String
The error message that explains the reason for the exception.

See Also