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

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,
	Exception innerException
)

Parameters

responseCode
Type: SystemInt32
The status code of the response.
reasonPhrase
Type: SystemString
The reason phrase sent together with the status code.
innerException
Type: SystemException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also