Class OnDocumentExceptionEventArgs
Provides data for document exception events. This class is obsolete; use DocumentUnhandledExceptionEventArgs instead.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
[Obsolete("Use DocumentUnhandledExceptionEventArgs instead.")]
public class OnDocumentExceptionEventArgs : EventArgs
Constructors
OnDocumentExceptionEventArgs(Exception)
Initializes a new instance of the OnDocumentExceptionEventArgs class.
Declaration
public OnDocumentExceptionEventArgs(Exception documentException)
Parameters
System.Exception
documentException
The document exception. |
Properties
DocumentException
Gets the document exception.
Declaration
public Exception DocumentException { get; }
Property Value
System.Exception
The document exception. |
Handle
Gets or sets a value indicating whether the exception should be handled.
Declaration
public bool Handle { get; set; }
Property Value
System.Boolean
True by default. |