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


IGPMessages.ReplaceError Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPMessages.ReplaceError Method

Creates message of type esriGPMessageTypeError and replaces it into a specified position.

[Visual Basic .NET]
Public Sub ReplaceError ( _
    ByVal Index As Integer, _
    ByVal ErrorCode As Integer, _
    ByVal Message As String _
)
[C#]
public void ReplaceError (
    int Index,
    int ErrorCode,
    string Message
);
[C++]
HRESULT ReplaceError(
  long Index,
  long ErrorCode,
  BSTR Message
);
[C++]

Parameters Index [in] Index is a parameter of type long ErrorCode [in] ErrorCode is a parameter of type long Message [in] Message is a parameter of type BSTR

Product Availability

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

Remarks

The ReplaceError method creates a GPMessage of type esriGPMEssageTypeError and replaces it into a specified position in this GPMessages collection.

See Also

IGPMessages Interface