Class OnExceptionEventArgs
Represents on exception event args.
Inheritance
System.Object
System.EventArgs
OnExceptionEventArgs
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
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
[Obsolete("Use DocumentUnhandledExceptionEventArgs instead.")]
public class OnExceptionEventArgs : EventArgs
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
The exception. |
Handle
Defines if the exception should be handled.
Declaration
public bool Handle { get; set; }
Property Value
System.Boolean
True by default. |