Class WebPageNotFoundException
Thrown when the requested web page was not found.
public sealed class WebPageNotFoundException : Exception
- Inheritance
-
objectExceptionWebPageNotFoundException
- Extension Methods
Constructors
WebPageNotFoundException()
Initializes a new instance of the WebPageNotFoundException class with default values.
public WebPageNotFoundException()
WebPageNotFoundException(string)
Initializes a new instance of the WebPageNotFoundException class with a specified error message.
public WebPageNotFoundException(string message)
Parameters
message
stringThe message that describes the error.
WebPageNotFoundException(string, Exception)
Initializes a new instance of the WebPageNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public WebPageNotFoundException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.