Interface IExceptionEventProvider
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The interface that is used to retrieve ExceptionEvent value from an object that implements this interface.
public interface IExceptionEventProvider
Properties
ExceptionEvent
Gets the ExceptionEvent.
ExceptionEvent ExceptionEvent { get; }