The error code for the geoprocessing message.
[Visual Basic 6.0] Property ErrorCode As Long
[Visual Basic .NET] Public Property ErrorCode As Integer
[C#] public int ErrorCode {get; set;}
[Java] public int getErrorCode() throws IOException, AutomationException
[Java] public void setErrorCode( Long ErrorCode ) throws IOException, AutomationException
[C++]
HRESULT get_ErrorCode(
long* ErrorCode
);
[C++] HRESULT put_ErrorCode( long ErrorCode);
Parameters
ErrorCode [out, retval]
ErrorCode is a parameter of type long
ErrorCode [in]
ErrorCode is a parameter of type long
The get_ErrorCode property returns the message's error code. It applies only to a message of type esriGPMessageTypeError.