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


IGPMessageManager.CheckForErrors Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessageManager Interface > IGPMessageManager.CheckForErrors Method
ArcGIS Developer Help

IGPMessageManager.CheckForErrors Method

Check for any errors in the IErrorInfo structure.

[Visual Basic .NET]
Public Sub CheckForErrors ( _
    ByVal fdoError As Integer, _
    ByVal Messages As IGPMessages, _
    ByVal keepAllErrors As Boolean _
)
[C#]
public void CheckForErrors (
    int fdoError,
    IGPMessages Messages,
    bool keepAllErrors
);
[C++]
HRESULT CheckForErrors(
  fdoError fdoError,
  IGPMessages* Messages,
  VARIANT_BOOL keepAllErrors
);
[C++]
Parameters
fdoError [in]

fdoError is a parameter of type HRESULT Messages [in]
Messages is a parameter of type IGPMessages* keepAllErrors [in]
keepAllErrors is a parameter of type bool

Product Availability

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

See Also

IGPMessageManager Interface