All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIReporterInfo
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIReporterInfo
Interface to retrieve the data of an error information.
An error information is an object created via the interface CATIReporter. It is stacked in
an internal list. Its data are a name and an error instance.
See CATIReporter.
public virtual HRESULT GetAssociatedString( | CATUnicodeString& | oStr) = 0 |
S_OK
if everything ran ok, otherwise E_FAIL
.
public virtual HRESULT GetError( | CATError*& | oError) = 0 |
S_OK
if everything ran ok, otherwise E_FAIL
.
Copyright © 2003, Dassault Systèmes. All rights reserved.