StringPrepParseException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| StringPrepParseException(IntPtr, JniHandleOwnership) | |
| StringPrepParseException(String, StringPrepParseExceptionError) |
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati |
| StringPrepParseException(String, StringPrepParseExceptionError, String, Int32) |
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati |
| StringPrepParseException(String, StringPrepParseExceptionError, String, Int32, Int32) |
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati |
StringPrepParseException(IntPtr, JniHandleOwnership)
protected StringPrepParseException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.StringPrepParseException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.StringPrepParseException
Parametri
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
StringPrepParseException(String, StringPrepParseExceptionError)
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=24)]
public StringPrepParseException(string? message, Android.Icu.Text.StringPrepParseExceptionError error);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=24)>]
new Android.Icu.Text.StringPrepParseException : string * Android.Icu.Text.StringPrepParseExceptionError -> Android.Icu.Text.StringPrepParseException
Parametri
- message
- String
Stringa che descrive il tipo di errore che si è verificato
Errore che si è verificato
- Attributi
Commenti
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati
per android.icu.text.StringPrepParseException.StringPrepParseException(java.lang.String, int).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
StringPrepParseException(String, StringPrepParseExceptionError, String, Int32)
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;I)V", "", ApiSince=24)]
public StringPrepParseException(string? message, Android.Icu.Text.StringPrepParseExceptionError error, string? rules, int pos);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;I)V", "", ApiSince=24)>]
new Android.Icu.Text.StringPrepParseException : string * Android.Icu.Text.StringPrepParseExceptionError * string * int -> Android.Icu.Text.StringPrepParseException
Parametri
- message
- String
Stringa che descrive il tipo di errore che si è verificato
Errore che si è verificato
- rules
- String
Stringa delle regole di input
- pos
- Int32
Posizione dell'errore nella stringa delle regole
- Attributi
Commenti
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
StringPrepParseException(String, StringPrepParseExceptionError, String, Int32, Int32)
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;II)V", "", ApiSince=24)]
public StringPrepParseException(string? message, Android.Icu.Text.StringPrepParseExceptionError error, string? rules, int pos, int lineNumber);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILjava/lang/String;II)V", "", ApiSince=24)>]
new Android.Icu.Text.StringPrepParseException : string * Android.Icu.Text.StringPrepParseExceptionError * string * int * int -> Android.Icu.Text.StringPrepParseException
Parametri
- message
- String
Stringa che descrive il tipo di errore che si è verificato
Errore che si è verificato
- rules
- String
Stringa delle regole di input
- pos
- Int32
Posizione dell'errore nella stringa delle regole
- lineNumber
- Int32
Numero di riga in corrispondenza del quale si è verificato l'errore. Se il motore di analisi non usa questo campo, deve impostarlo su zero. In caso contrario, deve essere un numero intero positivo. Il valore predefinito di questo campo è -1. Verrà impostato su 0 se il codice che popola questo struct non usa numeri di riga.
- Attributi
Commenti
Costruire un oggetto ParseException con il messaggio e il codice di errore specificati
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.