RequestException Constructor (String) |
See base docs.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RequestException(
string message
)
Public Sub New (
message As String
)
public:
RequestException(
String^ message
)
new :
message : string -> RequestException
Parameters
- message
- Type: SystemString
See Also