ExceptionWebResponseException Property |
Gets the exception.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public WebException Exception { get; }
Public ReadOnly Property Exception As WebException
Get
public:
property WebException^ Exception {
WebException^ get ();
}
member Exception : WebException with get
Property Value
Type:
WebExceptionSee Also