NativeWindow.OnThreadException(Exception) Method

Definition

When overridden in a derived class, manages an unhandled thread exception.

protected:
 virtual void OnThreadException(Exception ^ e);
protected virtual void OnThreadException (Exception e);
abstract member OnThreadException : Exception -> unit
override this.OnThreadException : Exception -> unit
Protected Overridable Sub OnThreadException (e As Exception)

Parameters

e
Exception

An Exception that specifies the unhandled thread exception.

Remarks

Typically, OnThreadException handles thread exceptions.

Applies to

See also