PDFReaderControls.NET Standard Class Reference

PagesViewer.UnhandledException Event

Raised when an exception arises in the pages viewer during operations that are not directly invoked by the client (e.g. during OnPaint).

public event UnhandledExceptionEventHandler UnhandledException;

Event Data

The event handler receives an argument of type UnhandledExceptionEventArgs containing data related to this event. The following UnhandledExceptionEventArgs property provides information specific to this event.

Property Description
Exception Get the unhandled Exception

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace