This document is archived and information here might be outdated. Recommended version. |
The error code for the geoprocessing message.
[Visual Basic .NET] Public Property ErrorCode As Integer
[C#] public int ErrorCode {get; set;}
[C++]
HRESULT get_ErrorCode(
void
);
[C++]
HRESULT put_ErrorCode(
);
The get_ErrorCode property returns the message's error code. It applies only to a message of type esriGPMessageTypeError.