DVTk API
BeforeHandlingException Method (exception)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadBeforeHandlingException(Exception)
DVTk API

[This is preliminary documentation and is subject to change.]

Called before the HandleException method will be called.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void BeforeHandlingException(
	Exception exception
)
Protected Overridable Sub BeforeHandlingException ( _
	exception As Exception _
)
protected:
virtual void BeforeHandlingException(
	Exception^ exception
)
Parameters
exception (Exception)
Exception that is about to be handled.
Remarks
Gives the descendant of this class the possibility to perform extra actions compared to this base class.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0