DeviceAtlas Cloud .NET API  1.4.2
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
Mobi.Mtld.DeviceAtlas.Cloud.JsonException Class Reference

The JsonException is thrown by the Json class when there is an error parsing the Json. More...

Inheritance diagram for Mobi.Mtld.DeviceAtlas.Cloud.JsonException:

Public Types

enum  ErrorCode { ErrorCode.BAD_DATA = 100 }
 Error codes for diagnosing JsonException cause. More...
 

Public Member Functions

 JsonException (string message, ErrorCode code)
 Constructs a JsonException with a message. More...
 

Properties

ErrorCode Code [get, set]
 

Detailed Description

The JsonException is thrown by the Json class when there is an error parsing the Json.

<exclude>

Member Enumeration Documentation

Error codes for diagnosing JsonException cause.

Enumerator
BAD_DATA 

The data stored in the JSON cannot be used to build a valid Device Atlas data tree.

Constructor & Destructor Documentation

Mobi.Mtld.DeviceAtlas.Cloud.JsonException.JsonException ( string  message,
ErrorCode  code 
)
inline

Constructs a JsonException with a message.

Parameters
messageDetail about the reason for the exception.
codeCode to specify the exact cause of the exception.

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