Class PdfDocumentException
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
Represents errors that occur during PDF document processing.
public class PdfDocumentException : Exception, ISerializable
- Inheritance
-
PdfDocumentException
- Implements
- Inherited Members
Constructors
- PdfDocumentException(string)
Initializes a new instance of the PdfDocumentException class with a specified error message.
- PdfDocumentException(string, PdfErrorCode)
Initializes a new instance of the PdfDocumentException class with a specified error message and error code.
- PdfDocumentException(string, Exception)
Initializes a new instance of the PdfDocumentException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Properties
- ErrorCode
Gets the specific error code that identifies the failure reason.