ArcObjects Library Reference  (GeoDatabase)    

IGPMessages.AddAbort Method

Adds an abort message to the messages.

[Visual Basic 6.0]
Sub AddAbort(
    ByVal Message As String _
)
[Visual Basic .NET]
Public Sub AddAbort ( _
    ByVal Message As String _
)
[C#]
public void AddAbort (
    string Message
);
[Java]
public void addAbort (
    String Message
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page