PdfDocumentException Constructor (Exception)
|
Initializes object by default error message and inner
exception object.
Namespace:
Spire.Pdf.Exceptions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfDocumentException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
PdfDocumentException(
Exception^ innerException
)
new :
innerException : Exception -> PdfDocumentException
Parameters
-
innerException
-
Type:
System
Exception
The inner exception.
See Also