Lenguaje

InterruptedIOException Constructores

Definición

Sobrecargas

Nombre Description
InterruptedIOException()

Construye un InterruptedIOException con null como mensaje de detalle de error.

InterruptedIOException(String)

Construye un InterruptedIOException objeto con el mensaje de detalle especificado.

InterruptedIOException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

InterruptedIOException()

Construye un InterruptedIOException con null como mensaje de detalle de error.

[Android.Runtime.Register(".ctor", "()V", "")]
public InterruptedIOException();
Atributos

Comentarios

Construye un InterruptedIOException con null como mensaje de detalle de error.

Java documentación para java.io.InterruptedIOException.InterruptedIOException().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

InterruptedIOException(String)

Construye un InterruptedIOException objeto con el mensaje de detalle especificado.

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

Parámetros

s
String

mensaje de detalle.

Atributos

Comentarios

Construye un InterruptedIOException objeto con el mensaje de detalle especificado. La cadena s se puede recuperar más adelante mediante el método de la java.lang.Throwable#getMessage clase java.lang.Throwable.

Java documentación para java.io.InterruptedIOException.InterruptedIOException(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

InterruptedIOException(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a