java.lang.Thread.setDefaultUncaughtExceptionHandler C# (CSharp) Method

setDefaultUncaughtExceptionHandler() public static method

public static setDefaultUncaughtExceptionHandler ( java arg0 ) : void
arg0 java
return void
        public static void setDefaultUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler arg0)
        {
            global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
            if (global::java.lang.Thread._m38.native == global::System.IntPtr.Zero)
                global::java.lang.Thread._m38 = @__env.GetStaticMethodIDNoThrow(global::java.lang.Thread.staticClass, "setDefaultUncaughtExceptionHandler", "(Ljava/lang/Thread$UncaughtExceptionHandler;)V");
            @__env.CallStaticVoidMethod(java.lang.Thread.staticClass, global::java.lang.Thread._m38, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }