JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Properties | List of all members
Codemesh.JuggerNET.ICOMErrorHelper Interface Reference

An interface granting access to extended error information. More...

Inheritance diagram for Codemesh.JuggerNET.ICOMErrorHelper:
Inheritance graph
[legend]

Properties

string Message [get]
 Returns the last thrown exceptions's message. More...
 
string StackTrace [get]
 Returns the last thrown exception's stacktrace. More...
 
string Type [get]
 Returns the last thrown exception's type. More...
 

Detailed Description

An interface granting access to extended error information.

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.

Property Documentation

◆ Message

string Codemesh.JuggerNET.ICOMErrorHelper.Message
get

Returns the last thrown exceptions's message.

Returns

◆ StackTrace

string Codemesh.JuggerNET.ICOMErrorHelper.StackTrace
get

Returns the last thrown exception's stacktrace.

Returns

◆ Type

string Codemesh.JuggerNET.ICOMErrorHelper.Type
get

Returns the last thrown exception's type.

Returns

The documentation for this interface was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.