C# Class IBApi.Error

Mostrar archivo 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_oe property

public int? ErrorCode
return int?

ErrorMessage public_oe property

public string ErrorMessage
return string

Exception public_oe property

public Exception,System Exception
return System.Exception

RequestId public_oe property

public int? RequestId
return int?