Initializes a new instance of the JuggerNETProxyException class.
Initializes a new instance of the JuggerNETProxyException class.
protected JuggerNETProxyException();
public JuggerNETProxyException(JNIHandle);
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,bool,bool);
protected JuggerNETProxyException(SerializationInfo,StreamingContext);
protected JuggerNETProxyException(string);
protected JuggerNETProxyException(string,Exception);
JuggerNETProxyException Class | Codemesh.JuggerNET Namespace