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


IGPMessages.AddAbort Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPMessages.AddAbort Method

Adds an abort message to the messages.

[Visual Basic .NET]
Public Sub AddAbort ( _
    ByVal Message As String _
)
[C#]
public void AddAbort (
    string Message
);
[C++]
HRESULT AddAbort(
  BSTR Message
);
[C++]

Parameters Message [in] Message is a parameter of type BSTR

Product Availability

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

Remarks

The AddAbort method creates a GPMessage of type esriGPMEssageTypeAbort and adds it to this collection.

See Also

IGPMessages Interface