RequestException Constructor (String, Exception) |
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,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
RequestException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> RequestException
Parameters
- message
- Type: SystemString
- inner
- Type: SystemException
See Also