ArcObjects Library Reference  (GeoDatabase)    

IGPMessage.IsError Method

Indicates if the message is an error.

[Visual Basic 6.0]
Function IsError As Boolean
[Visual Basic .NET]
Public Function IsError ( _
) As Boolean
[C#]
public bool IsError (
);
[Java]
public Boolean isError (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT IsError(
  VARIANT_BOOL* IsError
);
[C++]

Parameters

IsError [out, retval]

  IsError is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

The IsError method returns true if the message is of type esriGPMessageTypeError.

See Also

IGPMessage Interface