ArcObjects Library Reference  (System)    

ISupportErrorInfo.InterfaceSupportsErrorInfo Method

[Visual Basic 6.0]
Sub InterfaceSupportsErrorInfo(
    riid As GUID _
)
[Visual Basic .NET]
Public Sub InterfaceSupportsErrorInfo ( _
    ByRef riid As Guid& _
)
[C#]
public void InterfaceSupportsErrorInfo (
    ref Guid& riid
);
[Java]
public void interfaceSupportsErrorInfo (
    Guid& riid
)
throws
    IOException,
    AutomationException
[C++]
HRESULT InterfaceSupportsErrorInfo(
  GUID* riid
);
[C++]

Parameters

riid [in]

  riid is a parameter of type GUID

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Indicates whether the interface supports IErrorInfo.

See Also

ISupportErrorInfo Interface

 


Feedback Send feedback on this page