Click or drag to resize
ETradeException Constructor (Int32, String, IError)

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Initializes a new instance of the ETradeException class.

Namespace: ETradeNet
Assembly: ETradeNet.Core (in ETradeNet.Core.dll) Version: 1.0.5793.41163
Syntax
public ETradeException(
	int responseCode,
	string reasonPhrase,
	IError error
)

Parameters

responseCode
Type: SystemInt32
The status code of the response.
reasonPhrase
Type: SystemString
The reason phrase sent together with the status code.
error
Type: ETradeNetIError
E*TRADE error container.
See Also