Table of Contents

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 Exception

The inner exception.

PdfAnnotationException(string)

Initializes object by specified error message.

public PdfAnnotationException(string message)

Parameters

message string

User defined error message.

PdfAnnotationException(string, Exception)

Initializes object with specified error message and inner exception object.

public PdfAnnotationException(string message, Exception innerException)

Parameters

message string

User defined error message.

innerException Exception

The inner exception.