Click or drag to resize
RequestException Constructor (String, Exception)
See base docs.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RequestException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
inner
Type: SystemException
See Also