| 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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RequestException(
	IRequest request,
	Exception inner
)
Public Sub New ( 
	request As IRequest,
	inner As Exception
)
public:
RequestException(
	IRequest^ request, 
	Exception^ inner
)
new : 
        request : IRequest * 
        inner : Exception -> RequestExceptionParameters
- request
 - Type: VirtualRadar.Interface.WebServerIRequest
 - inner
 - Type: SystemException
 
See Also