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
Constructors
Create args wrapping an unhandled document exception; Handled defaults to false.
C#
public DocumentUnhandledExceptionEventArgs(Exception exception)
The document exception.
Properties
The thrown exception instance.
C#
public Exception Exception { get; }
The document exception.