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
WebClientErrorThe original client side WebClientError object.
systemInfo
stringThe system information.
database
stringThe database name.
userName
stringThe user name.