Class OnExceptionEventArgs
Represents on exception event args.
Inheritance
System.Object
OnExceptionEventArgs
Namespace: Telerik.Windows.Documents.Fixed
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
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. |