Class RelayExceptionEventArgs
- Namespace
- HelixToolkit.SharpDX.Utilities
- Assembly
- HelixToolkit.SharpDX.dll
public class RelayExceptionEventArgs : EventArgs
- Inheritance
-
RelayExceptionEventArgs
- Inherited Members
Constructors
RelayExceptionEventArgs(Exception)
Initializes a new instance of the RelayExceptionEventArgs class.
public RelayExceptionEventArgs(Exception exception)
Parameters
Properties
Exception
The Exception to be relayed.
public Exception Exception { get; }
Property Value
Handled
Gets or sets a value indicating whether the Exception is handled.
public bool Handled { get; set; }