System.__Exception.__Exception C# (CSharp) Method

__Exception() private method

private __Exception ( JNIEnv env ) : net.sf.jni4net.jni
env JNIEnv
return net.sf.jni4net.jni
        private __Exception(JNIEnv env)
            : base(env)
        {
        }
__Exception