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
errorWebClientErrorThe original client side WebClientError object.
systemInfostringThe system information.
databasestringThe database name.
userNamestringThe user name.