The DeviceAtlas DeviceApi documentation
Public Member Functions | Properties | List of all members
Mobi.Mtld.DA.Exception.ClientPropertiesException Class Reference

The ClientPropertiesException is thrown by the API when there is a problem parsing the properties from the client or when the JSON file does not support client side properties. More...

Inheritance diagram for Mobi.Mtld.DA.Exception.ClientPropertiesException:

Public Member Functions

 ClientPropertiesException (string message)
 Constructs a JsonException instance with a code and human-readable message. More...
 
 ClientPropertiesException (string message, System.Exception cause)
 Constructs a JsonException instance with a code and human-readable message. More...
 

Properties

virtual System.Exception Cause [get]
 Retrieves the throwable, which determines the nature/cause of the exception. More...
 

Detailed Description

The ClientPropertiesException is thrown by the API when there is a problem parsing the properties from the client or when the JSON file does not support client side properties.

Author
DeviceAtlas Limited

Constructor & Destructor Documentation

◆ ClientPropertiesException() [1/2]

Mobi.Mtld.DA.Exception.ClientPropertiesException.ClientPropertiesException ( string  message)
inline

Constructs a JsonException instance with a code and human-readable message.

Parameters
messageDiagnostic message intended for human reading.

◆ ClientPropertiesException() [2/2]

Mobi.Mtld.DA.Exception.ClientPropertiesException.ClientPropertiesException ( string  message,
System.Exception  cause 
)
inline

Constructs a JsonException instance with a code and human-readable message.

Parameters
messageDiagnostic message intended for human reading.
causeThe cause of this exception

Property Documentation

◆ Cause

virtual System.Exception Mobi.Mtld.DA.Exception.ClientPropertiesException.Cause
get

Retrieves the throwable, which determines the nature/cause of the exception.

Returns
Explanatory code.

The documentation for this class was generated from the following file: