 | ETradeExceptionError Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the E*TRADE error container.
Namespace: ETradeNetAssembly: ETradeNet.Core (in ETradeNet.Core.dll) Version: 1.0.5793.41163
Syntaxpublic IError Error { get; }
Public ReadOnly Property Error As IError
Get
public:
property IError^ Error {
IError^ get ();
}
member Error : IError with get
Property Value
Type:
IErrorE*TRADE error container.
See Also