Skip to main content
A newer version of this page is available. .

DocumentCreationException(String) Constructor

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public DocumentCreationException(
    string message
)

Parameters

Name Type Description
message String

An error’s description.

See Also