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.