ExceptionWebResponse Constructor |
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public ExceptionWebResponse(
Uri responseUrl,
WebException exception
)
Public Sub New (
responseUrl As Uri,
exception As WebException
)
public:
ExceptionWebResponse(
Uri^ responseUrl,
WebException^ exception
)
new :
responseUrl : Uri *
exception : WebException -> ExceptionWebResponse
Parameters
- responseUrl
- Type: SystemUri
The URL of the response. - exception
- Type: System.NetWebException
The exception of the response.
See Also