Linguaggio

ObjectStreamException Costruttori

Definizione

Overload

Nome Descrizione
ObjectStreamException()

Creare un oggetto ObjectStreamException.

ObjectStreamException(String)

Creare un oggetto ObjectStreamException con l'argomento specificato.

ObjectStreamException(IntPtr, JniHandleOwnership)

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

ObjectStreamException()

Creare un oggetto ObjectStreamException.

[Android.Runtime.Register(".ctor", "()V", "")]
protected ObjectStreamException();
Attributi

Commenti

Creare un oggetto ObjectStreamException.

per java.io.ObjectStreamException.ObjectStreamException().

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

ObjectStreamException(String)

Creare un oggetto ObjectStreamException con l'argomento specificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
protected ObjectStreamException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.IO.ObjectStreamException : string -> Java.IO.ObjectStreamException

Parametri

message
String

messaggio dettagliato per l'eccezione

Attributi

Commenti

Creare un oggetto ObjectStreamException con l'argomento specificato.

per java.io.ObjectStreamException.ObjectStreamException(java.lang.String).

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

ObjectStreamException(IntPtr, JniHandleOwnership)

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

protected ObjectStreamException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.IO.ObjectStreamException : nativeint * Android.Runtime.JniHandleOwnership -> Java.IO.ObjectStreamException

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