Click or drag to resize
RequestException Constructor (IRequest, Exception)
Wraps an exception that was thrown while a request was being processed. Gives a little more information about the request that triggered the exception.

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

Parameters

request
Type: VirtualRadar.Interface.WebServerIRequest
inner
Type: SystemException
See Also