 | ETradeExceptionReasonPhrase 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 reason phrase sent together with the status code.
Namespace: ETradeNetAssembly: ETradeNet.Core (in ETradeNet.Core.dll) Version: 1.0.5793.41163
Syntaxpublic string ReasonPhrase { get; }
Public ReadOnly Property ReasonPhrase As String
Get
public:
property String^ ReasonPhrase {
String^ get ();
}
member ReasonPhrase : string with get
Property Value
Type:
StringThe reason phrase sent together with the status code.
See Also