Class
DocumentUnhandledExceptionEventArgs

Event args carrying an exception raised during lazy or processing operations on a RadFixedDocument.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public class DocumentUnhandledExceptionEventArgs : EventArgs

Inheritance: objectEventArgsDocumentUnhandledExceptionEventArgs

Derived Classes: PdfExceptionEventArgs

Inherited Members EventArgs.Empty

Constructors

DocumentUnhandledExceptionEventArgs(Exception)

Create args wrapping an unhandled document exception; Handled defaults to false.

Declaration

cs-api-definition
public DocumentUnhandledExceptionEventArgs(Exception exception)

Parameters

exception

Exception

The document exception.

Properties

Exception

The thrown exception instance.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

The document exception.

Handled

Indicates whether the exception was handled by event subscribers.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

true if the exception was handled; otherwise, false.