Condividi tramite


JSONTokener.SyntaxError(String) Metodo

Definizione

Restituisce un'eccezione contenente il messaggio specificato più la posizione corrente e l'intera stringa di input.

[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

Parametri

message
String

Restituisce

Attributi

Commenti

Restituisce un'eccezione contenente il messaggio specificato più la posizione corrente e l'intera stringa di input.

Documentazione java per org.json.JSONTokener.syntaxError(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a