Skip to main content

PdfException Class

Definition

Assembly:Avalonia.Controls.PdfViewer
Package:Avalonia.Controls.PdfViewer

Base exception for PDF-related errors.

public class PdfException

Inheritance: Exception -> PdfException

Constructors

NameDescription
PdfException (2 overloads)No summary available.

PdfException overloads

PdfException Constructor

public PdfException(string message)
Parameters

message string

PdfException Constructor

public PdfException(string message, Exception inner)
Parameters

message string

inner Exception