JuggerNET Runtime Library

ICOMErrorHelper Interface

An interface granting access to extended error information.

For a list of all members of this type, see ICOMErrorHelper Members.

[ComVisible(Value=True)]
[Guid(Value="2bf28f6b-e667-446a-a3bd-2ed3fdc74292")]
public interface ICOMErrorHelper

Types that implement ICOMErrorHelper

Type Description
COMErrorHelper  

Remarks

When generated proxy classes are used from a VB6 or other COM client, it can be hard to gain access to the exception information contained in the root cause of the problem, namely the Java exception that was thrown. Via this interface you gain access to the missing pieces of information on a per-thread basis.

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

ICOMErrorHelper Members | Codemesh.JuggerNET Namespace