Skip to main content

PdfErrorEventArgs Class

Definition

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

Event arguments for PDF errors.

public class PdfErrorEventArgs

Inheritance: EventArgs -> PdfErrorEventArgs

Constructors

NameDescription
PdfErrorEventArgsNo summary available.

PdfErrorEventArgs Constructor

public PdfErrorEventArgs(string message, Exception exception)

Parameters

message string

exception Exception

Properties

NameDescription
ExceptionNo summary available.
MessageNo summary available.

Exception Property

public Exception Exception { get; set; }

Message Property

public string Message { get; set; }