Class DocumentUnhandledExceptionEventArgs
Event args carrying an exception raised during lazy or processing operations on a RadFixedDocument.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class DocumentUnhandledExceptionEventArgs : EventArgs
Constructors
DocumentUnhandledExceptionEventArgs(Exception)
Create args wrapping an unhandled document exception; Handled defaults to false.
Declaration
public DocumentUnhandledExceptionEventArgs(Exception exception)
Parameters
|
System.Exception
exception
The document exception. |
Properties
Exception
The thrown exception instance.
Declaration
public Exception Exception { get; }
Property Value
|
System.Exception
The document exception. |
Handled
Indicates whether the exception was handled by event subscribers.
Declaration
public bool Handled { get; set; }
Property Value
|
System.Boolean
true if the exception was handled; otherwise, false. |