Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfAnnotationException

    Show / Hide Table of Contents

    Class PdfAnnotationException

    Exception of this type is raised when annotation object is used incorrectly.

    Inheritance
    System.Object
    PdfException
    PdfDocumentException
    PdfAnnotationException
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfAnnotationException : PdfDocumentException

    Constructors

    PdfAnnotationException()

    Initializes object with default error message.

    Declaration
    public PdfAnnotationException()

    PdfAnnotationException(Exception)

    Initializes object with default error message and inner exception object.

    Declaration
    public PdfAnnotationException(Exception innerException)
    Parameters
    Type Name Description
    System.Exception innerException

    The inner exception.

    PdfAnnotationException(String)

    Initializes object by specified error message.

    Declaration
    public PdfAnnotationException(string message)
    Parameters
    Type Name Description
    System.String message

    User defined error message.

    PdfAnnotationException(String, Exception)

    Initializes object with specified error message and inner exception object.

    Declaration
    public PdfAnnotationException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    User defined error message.

    System.Exception innerException

    The inner exception.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved