Class PdfAnnotationException
- Namespace
- Syncfusion.Pdf
- Assembly
- Syncfusion.Pdf.Portable.dll
Exception of this type is raised when annotation object is used incorrectly.
public class PdfAnnotationException : PdfDocumentException, ISerializable
- Inheritance
-
PdfAnnotationException
- Implements
- Inherited Members
Constructors
PdfAnnotationException()
Initializes object with default error message.
public PdfAnnotationException()
PdfAnnotationException(Exception)
Initializes object with default error message and inner exception object.
public PdfAnnotationException(Exception innerException)
Parameters
innerException
ExceptionThe inner exception.
PdfAnnotationException(string)
Initializes object by specified error message.
public PdfAnnotationException(string message)
Parameters
message
stringUser defined error message.
PdfAnnotationException(string, Exception)
Initializes object with specified error message and inner exception object.
public PdfAnnotationException(string message, Exception innerException)