Skip to main content
All docs
V25.1
  • PdfLtvException(String, Exception) Constructor

    Initializes a new instance of the PdfLtvException class with specified settings.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public PdfLtvException(
        string message,
        Exception innerException
    )

    Parameters

    Name Type Description
    message String

    Specifies the error message.

    innerException Exception

    Specifies the error details.

    See Also