This document is archived and information here might be outdated.  Recommended version.


ISupportErrorInfo.InterfaceSupportsErrorInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISupportErrorInfo Interface > ISupportErrorInfo.InterfaceSupportsErrorInfo Method
ArcGIS Developer Help

ISupportErrorInfo.InterfaceSupportsErrorInfo Method

[Visual Basic .NET]
Public Sub InterfaceSupportsErrorInfo ( _
    ByRef riid As Guid& _
)
[C#]
public void InterfaceSupportsErrorInfo (
    ref Guid& riid
);
[C++]
HRESULT InterfaceSupportsErrorInfo(
  System.Guid* riid
);
[C++]
Parameters
riid [in]

riid is a parameter of type System.Guid*

Product Availability

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

Description

Indicates whether the interface supports IErrorInfo.

See Also

ISupportErrorInfo Interface