Table of Contents

Interface IErrorHandler

Namespace
Acuit.Pinpoint.ErrorHandling
Assembly
Acuit.Pinpoint.ErrorHandling.Abstractions.dll

An unexpected exception handler.

public interface IErrorHandler

Methods

HandleUnexpectedException(Exception)

Handles an unexpected exception. Behavior depends on the platform and implementation.

void HandleUnexpectedException(Exception exception)

Parameters

exception Exception

The unexpected exception.