Table of Contents

Class NotifyNewsError

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

The details of an error from performing an operation for news notifications.

public class NotifyNewsError
Inheritance
NotifyNewsError
Inherited Members

Constructors

NotifyNewsError(string, string)

Initializes a new instance of the NotifyNewsError class.

public NotifyNewsError(string databaseName, string errorMessage)

Parameters

databaseName string

The database that had the error

errorMessage string

The error message

Properties

DatabaseName

Gets or sets the database that had the error

public string DatabaseName { get; set; }

Property Value

string

The database that had the error

ErrorMessage

Gets or sets the error message

public string ErrorMessage { get; set; }

Property Value

string

The error message