POLS

SpotterExceptionEventHandler Delegate

Represents the method that will handle ExceptionThrown events.

public delegate void SpotterExceptionEventHandler(
   Spotter spotter,
   SpotterExceptionEventArgs args
);

Parameters

spotter
Source Spotter
args
Data for SpotterException

Requirements

Namespace: POLS.Core

Assembly: POLS.SharedLib (in POLS.SharedLib.dll)

See Also

POLS.Core Namespace