Thread.UncaughtExceptionHandler Propiedad

Definición

Devuelve el controlador invocado cuando este subproceso finaliza abruptamente debido a una excepción no detectada. -o bien- Establezca el controlador invocado cuando este subproceso finaliza abruptamente debido a una excepción no detectada.

public virtual Java.Lang.Thread.IUncaughtExceptionHandler? UncaughtExceptionHandler { [Android.Runtime.Register("getUncaughtExceptionHandler", "()Ljava/lang/Thread$UncaughtExceptionHandler;", "GetGetUncaughtExceptionHandlerHandler")] get; [Android.Runtime.Register("setUncaughtExceptionHandler", "(Ljava/lang/Thread$UncaughtExceptionHandler;)V", "GetSetUncaughtExceptionHandler_Ljava_lang_Thread_UncaughtExceptionHandler_Handler")] set; }
[<get: Android.Runtime.Register("getUncaughtExceptionHandler", "()Ljava/lang/Thread$UncaughtExceptionHandler;", "GetGetUncaughtExceptionHandlerHandler")>]
[<set: Android.Runtime.Register("setUncaughtExceptionHandler", "(Ljava/lang/Thread$UncaughtExceptionHandler;)V", "GetSetUncaughtExceptionHandler_Ljava_lang_Thread_UncaughtExceptionHandler_Handler")>]
member this.UncaughtExceptionHandler : Java.Lang.Thread.IUncaughtExceptionHandler with get, set

Valor de propiedad

controlador de excepciones no detectado para este subproceso

Atributos

Comentarios

Documentación del captador de propiedades:

Java documentación para java.lang.Thread.getUncaughtExceptionHandler().

Documentación del establecedor de propiedades:

Java documentación para java.lang.Thread.setUncaughtExceptionHandler(java.lang.UncaughtExceptionHandler).

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