Table of Contents

Class WebClientException

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

A client side exception to report to Sentry.

public class WebClientException : Exception, ISerializable
Inheritance
WebClientException
Implements
Inherited Members

Constructors

WebClientException(WebClientError, string, string, string)

Initializes a new instance of the WebClientException class.

public WebClientException(WebClientError error, string systemInfo, string database, string userName)

Parameters

error WebClientError

The original client side WebClientError object.

systemInfo string

The system information.

database string

The database name.

userName string

The user name.

See Also