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.