Table of Contents

Class RelayExceptionEventArgs

Namespace
HelixToolkit.SharpDX.Utilities
Assembly
HelixToolkit.SharpDX.dll

Extended EventArgs to relay an Exception.

public class RelayExceptionEventArgs : EventArgs
Inheritance
RelayExceptionEventArgs
Inherited Members

Constructors

RelayExceptionEventArgs(Exception)

Initializes a new instance of the RelayExceptionEventArgs class.

public RelayExceptionEventArgs(Exception exception)

Parameters

exception Exception

The Exception to be relayed.

Properties

Exception

The Exception to be relayed.

public Exception Exception { get; }

Property Value

Exception

Handled

Gets or sets a value indicating whether the Exception is handled.

public bool Handled { get; set; }

Property Value

bool