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


IGPMessageManager.CheckForErrors Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 Messages [in]
Messages is a parameter of type IGPMessages keepAllErrors [in] keepAllErrors is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPMessageManager Interface