JuggerNET Runtime Library

JuggerNETProxyException Methods

The methods of the JuggerNETProxyException class are listed below. For a complete list of JuggerNETProxyException class members, see the JuggerNETProxyException Members topic.

Public Instance Methods

Dispose 
Equals Implemented in terms of the Java equals() method. If the other object is not also a subclass of a JavaObject, the return value is always false. This is to ensure that the the results of a comparison is independent of the order, i.e. a.Equals( b ) == b.Equals( a ) which could not be guaranteed if we did special things for obj being of some special .NET type.
GetBaseException (inherited from Exception) When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
GetHashCode Implemented in terms of the Java hashCode() method.
GetObjectData 
GetType (inherited from Object) Gets the Type of the current instance.
IsInstanceOf Returns true if the instance is type compatible with the given Java type.
ToString Implemented in terms of the Java toString() method.

Protected Instance Methods

Finalize 
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

JuggerNETProxyException Class | Codemesh.JuggerNET Namespace