ClassDocumentUnhandledExceptionEventArgs
Class
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:
Inherited Members
Constructors
DocumentUnhandledExceptionEventArgs(Exception)
Create args wrapping an unhandled document exception; Handled defaults to false.
Declaration
cs-api-definition
public DocumentUnhandledExceptionEventArgs(Exception exception)
Parameters
exception
The document exception.
Properties
Exception
The thrown exception instance.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
The document exception.