System.@__NotImplementedException.@__ctorNotImplementedException1 C# (CSharp) Method

@__ctorNotImplementedException1() private static method

private static @__ctorNotImplementedException1 ( global @__envp, global @__class, global @__obj, global message ) : void
@__envp global
@__class global
@__obj global
message global
return void
        private static void @__ctorNotImplementedException1(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle message)
        {
            // (Ljava/lang/String;)V
            // (LSystem/String;)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.NotImplementedException @__real = new global::System.NotImplementedException(global::net.sf.jni4net.utils.Convertor.StrongJ2CString(@__env, message));
            global::net.sf.jni4net.utils.Convertor.InitProxy(@__env, @__obj, @__real);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }