ArcObjects Library Reference (System)  

ISupportErrorInfo.InterfaceSupportsErrorInfo Method

[Visual Basic .NET]
Public Sub InterfaceSupportsErrorInfo ( _
    ByRef riid As Guid& _
)
[C#]
public void InterfaceSupportsErrorInfo (
    ref Guid& riid
);
[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