ProxyException(String) Constructor
|
Initializes a new instance of the ProxyException class.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public ProxyException(
string message
)
Public Sub New (
message As String
)
public:
ProxyException(
String^ message
)
new :
message : string -> ProxyException
Parameters
- message String
- The message that describes the error.
See Also