This document is archived and information here might be outdated. Recommended version. |
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