JSONTokener.SyntaxError(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an exception containing the given message plus the current position and the entire input string.
[Android.Runtime.Register("syntaxError", "(Ljava/lang/String;)Lorg/json/JSONException;", "GetSyntaxError_Ljava_lang_String_Handler")]
public virtual Org.Json.JSONException? SyntaxError(string? message);
[<Android.Runtime.Register("syntaxError", "(Ljava/lang/String;)Lorg/json/JSONException;", "GetSyntaxError_Ljava_lang_String_Handler")>]
abstract member SyntaxError : string -> Org.Json.JSONException
override this.SyntaxError : string -> Org.Json.JSONException
Parameters
- message
- String
The message to include in the exception.
Returns
An exception containing message, the current position, and the entire input string.
- Attributes
Remarks
Returns an exception containing the given message plus the current position and the entire input string.
Java documentation for org.json.JSONTokener.syntaxError(java.lang.String).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.