Click or drag to resize

JavaException Methods

The JavaException type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception)
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception)
Public methodGetTypeGets the runtime type of the current instance.
(Inherited from Exception)
Public methodToStringReturns a string that represents the current object.
(Overrides ExceptionToString)
Top
Extension Methods
 NameDescription
Public Extension MethodConvert Converts a generic JavaException into a known exception
(Defined by JCOBridgeExtensions)
Public Extension MethodConvertTException Converts a generic JavaException into a known exception
(Defined by JCOBridgeExtensions)
Public Extension MethodConvertTReturn Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also