Table of Contents

Class ExceptionHandler

Namespace
Emgu.Util
Assembly
Emgu.CV.dll

The exception handler

public abstract class ExceptionHandler
Inheritance
ExceptionHandler
Inherited Members

Constructors

ExceptionHandler()

protected ExceptionHandler()

Methods

HandleException(Exception)

Handle exception

public abstract bool HandleException(Exception ex)

Parameters

ex Exception

The exception to be handled

Returns

bool

True if the exception has been handled, or false if the exception should be rethrown and the application terminated.