Langage

StringConcatException Constructeurs

Définition

Surcharges

Nom Description
StringConcatException(String)

Construit une exception avec un message

StringConcatException(IntPtr, JniHandleOwnership)
StringConcatException(String, Throwable)

Construit une exception avec un message et un lien pouvant être levée

StringConcatException(String)

Construit une exception avec un message

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=36)]
public StringConcatException(string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=36)>]
new Java.Lang.Invoke.StringConcatException : string -> Java.Lang.Invoke.StringConcatException

Paramètres

msg
String

Message d’exception

Attributs

Remarques

Construit une exception avec un message

Documentation Java pour java.lang.invoke.StringConcatException.StringConcatException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

StringConcatException(IntPtr, JniHandleOwnership)

protected StringConcatException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.Invoke.StringConcatException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.Invoke.StringConcatException

Paramètres

javaReference
IntPtr

nativeint

S’applique à

StringConcatException(String, Throwable)

Construit une exception avec un message et un lien pouvant être levée

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)]
public StringConcatException(string? msg, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)>]
new Java.Lang.Invoke.StringConcatException : string * Java.Lang.Throwable -> Java.Lang.Invoke.StringConcatException

Paramètres

msg
String

Message d’exception

cause
Throwable

cause levée

Attributs

Remarques

Construit une exception avec un message et un lien pouvant être levée

Documentation Java pour java.lang.invoke.StringConcatException.StringConcatException(java.lang.String, java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à