New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class DocumentUnhandledExceptionEventArgs : EventArgs

Inheritance: objectEventArgsDocumentUnhandledExceptionEventArgs

Inherited Members EventArgs.Empty

Constructors

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

C#
public DocumentUnhandledExceptionEventArgs(Exception exception)
Parameters:exceptionException

The document exception.

Properties

The thrown exception instance.

C#
public Exception Exception { get; }
Property Value:

The document exception.

Indicates whether the exception was handled by event subscribers.

C#
public bool Handled { get; set; }
Property Value:

true if the exception was handled; otherwise, false.