Condividi tramite


StringPrepParseException Costruttori

Definizione

Overload

StringPrepParseException(IntPtr, JniHandleOwnership)
StringPrepParseException(String, StringPrepParseExceptionError)
StringPrepParseException(String, StringPrepParseExceptionError, String, Int32)
StringPrepParseException(String, StringPrepParseExceptionError, String, Int32, Int32)

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

Commenti

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

StringPrepParseException(String, StringPrepParseExceptionError)

[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
Attributi

Commenti

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

StringPrepParseException(String, StringPrepParseExceptionError, String, Int32)

[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
rules
String
pos
Int32
Attributi

Commenti

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

StringPrepParseException(String, StringPrepParseExceptionError, String, Int32, Int32)

[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
rules
String
pos
Int32
lineNumber
Int32
Attributi

Commenti

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