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
ExceptionThe inner exception.
data
NotificationDataThe NotificationData which provides the exception message through
data
.ToString().