DVTk API
HandleExeption Method (exception)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadHandleExeption(Exception)
DVTk API

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

Handles an unhandled exception in the Execute method. When the Stop method (which also indirectly causes an exception) was not called, information about the exception will be logged in the results.
Declaration Syntax
C#Visual BasicVisual C++
protected void HandleExeption(
	Exception exception
)
Protected Sub HandleExeption ( _
	exception As Exception _
)
protected:
void HandleExeption(
	Exception^ exception
)
Parameters
exception (Exception)
The unhandled exception.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0