InfoConnect for Airlines
ErrorCode Property (APIException)
Example 


Returns the error code associated with this exception.
Syntax
'Declaration
 
Public ReadOnly Property ErrorCode As ErrorCode
'Usage
 
Dim instance As APIException
Dim value As ErrorCode
 
value = instance.ErrorCode
public ErrorCode ErrorCode {get;}
Example
IbmHostsException host;
ErrorCode error = host.ErrorCode;
See Also