Table of Contents

Class WebPageNotFoundException

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Thrown when the requested web page was not found.

public sealed class WebPageNotFoundException : Exception
Inheritance
object
Exception
WebPageNotFoundException
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 string

The 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 string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.