JuggerNET Runtime Library

JuggerNETProxyException Constructor (JNIHandle, Boolean, Boolean)

The constructor that is used when we know the kind of Throwable that we're dealing with (Error or Exception) and are passing in the proper flags.

protected JuggerNETProxyException(
   JNIHandle jobject,
   bool bIsException,
   bool bIsError
);

Parameters

jobject
the JNI object reference.
bIsException
true if the instance is assignable with Exception.
bIsError
true if the instance is assignable with Error.

See Also

JuggerNETProxyException Class | Codemesh.JuggerNET Namespace | JuggerNETProxyException Constructor Overload List