Table of Contents

Class NotificationNotifyException

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The exception that occurs when sending a notification fails. Usually the result of a transient database issue. Receivers of this exception can retry.

public class NotificationNotifyException : Exception, ISerializable, IKnownError
Inheritance
NotificationNotifyException
Implements
Inherited Members

Constructors

NotificationNotifyException(Exception, NotificationData?)

Initializes a new instance of the NotificationNotifyException class.

public NotificationNotifyException(Exception e, NotificationData? data)

Parameters

e Exception

The inner exception.

data NotificationData

The NotificationData which provides the exception message through data.ToString().