C# Class IBApi.Error

Show file Open project: bhamer/tws-api-tap Class Usage Examples

Public Properties

Property Type Description
ErrorCode int?
ErrorMessage string
Exception System.Exception
RequestId int?

Public Methods

Method Description
Error ( int requestId, CodeMsgPair error, string tail ) : System
Error ( int requestId, int errorCode, string errorMessage ) : System
Error ( int errorCode, string errorMessage ) : System
Error ( string errorMessage, Exception exception ) : System

Method Details

Error() public method

public Error ( int requestId, CodeMsgPair error, string tail ) : System
requestId int
error CodeMsgPair
tail string
return System

Error() public method

public Error ( int requestId, int errorCode, string errorMessage ) : System
requestId int
errorCode int
errorMessage string
return System

Error() public method

public Error ( int errorCode, string errorMessage ) : System
errorCode int
errorMessage string
return System

Error() public method

public Error ( string errorMessage, Exception exception ) : System
errorMessage string
exception System.Exception
return System

Property Details

ErrorCode public property

public int? ErrorCode
return int?

ErrorMessage public property

public string ErrorMessage
return string

Exception public property

public Exception,System Exception
return System.Exception

RequestId public property

public int? RequestId
return int?