Linguaggio

MethodNotSupportedException Costruttori

Definizione

Overload

Nome Descrizione
MethodNotSupportedException(String)

Crea un nuovo MethodNotSupportedException con il messaggio di dettaglio specificato.

MethodNotSupportedException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

MethodNotSupportedException(String, Throwable)

Crea un nuovo MethodNotSupportedException con il messaggio di dettaglio e la causa specificati.

MethodNotSupportedException(String)

Crea un nuovo MethodNotSupportedException con il messaggio di dettaglio specificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public MethodNotSupportedException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Org.Apache.Http.MethodNotSupportedException : string -> Org.Apache.Http.MethodNotSupportedException

Parametri

message
String
Attributi

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

MethodNotSupportedException(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected MethodNotSupportedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.MethodNotSupportedException : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.MethodNotSupportedException

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

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

MethodNotSupportedException(String, Throwable)

Crea un nuovo MethodNotSupportedException con il messaggio di dettaglio e la causa specificati.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public MethodNotSupportedException(string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Org.Apache.Http.MethodNotSupportedException : string * Java.Lang.Throwable -> Org.Apache.Http.MethodNotSupportedException

Parametri

message
String
cause
Throwable
Attributi

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