Class DocumentUnhandledExceptionEventArgs
Represents data for unhandled exception event related to RadFixedDocument.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class DocumentUnhandledExceptionEventArgs : EventArgs
Constructors
DocumentUnhandledExceptionEventArgs(Exception)
Initializes a new instance of the DocumentUnhandledExceptionEventArgs class.
Declaration
public DocumentUnhandledExceptionEventArgs(Exception exception)
Parameters
System.Exception
exception
The document exception. |
Properties
Exception
Gets the raised exception.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
The document exception. |
Handled
Gets or sets whether the exception event has been handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
true if the exception was handled; otherwise, false. |