JuggerNET Runtime Library

JuggerNETProxyException Constructor

Initializes a new instance of the JuggerNETProxyException class.

Overload List

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);

See Also

JuggerNETProxyException Class | Codemesh.JuggerNET Namespace