System.@__SystemException.@__ctorSystemException0 C# (CSharp) Method

@__ctorSystemException0() private static method

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