Java.Lang.Thread.DefaultUncaughtExceptionHandler Property
Returns the default exception handler that's executed when uncaught exception terminates a thread.

Syntax

[get: Android.Runtime.Register("getDefaultUncaughtExceptionHandler", "()Ljava/lang/Thread$UncaughtExceptionHandler;", "GetGetDefaultUncaughtExceptionHandlerHandler")]
[set: Android.Runtime.Register("setDefaultUncaughtExceptionHandler", "(Ljava/lang/Thread$UncaughtExceptionHandler;)V", "GetSetDefaultUncaughtExceptionHandler_Ljava_lang_Thread_UncaughtExceptionHandler_Handler")]
public static Thread.IUncaughtExceptionHandler DefaultUncaughtExceptionHandler { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the default exception handler that's executed when uncaught exception terminates a thread.

Set method documentation [Android Documentation]

Sets the default uncaught exception handler. This handler is invoked in case any Thread dies due to an unhandled exception.

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1