Class JsonParseException
The exception that is thrown by
FromJsonString(String, JsonInputOptions) when failed to parse JSON.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class JsonParseException : NoSQLException
Remarks
This exception encapsulates the implementation-specific JSON parse
exception as InnerException property.
Constructors
| Name | Description |
|---|---|
| JsonParseException() | Initializes a new instance of JsonParseException. |
| JsonParseException(String) | Initializes a new instance of JsonParseException with the message that describes the current exception. |
| JsonParseException(String, Exception) | Initializes a new instance of JsonParseException with the message that describes the current exception and an inner exception. |