Class OnDocumentExceptionEventArgs
Represents on document exception event args.
Inheritance
System.Object
System.EventArgs
OnDocumentExceptionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Defines if the exception should be handled.
Declaration
public bool Handle { get; set; }
Property Value
System.Boolean
True by default. |