Skip to main content

DocumentCreationException(String, Exception) Constructor

Initializes a new instance of the DocumentCreationException class with the specified error message and reference to the inner exception.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public DocumentCreationException(
    string message,
    Exception inner
)

Parameters

Name Type Description
message String

An error’s description.

inner Exception

An exception that is the cause of the current exception.

See Also