PdfDocumentException Constructor (String, Exception)
|
Initializes object by specified 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(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
PdfDocumentException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> PdfDocumentException
Parameters
-
message
-
Type:
System
String
User defined error message.
-
innerException
-
Type:
System
Exception
The inner exception.
See Also