PowerUI.ErrorInfo Class Reference

Detailed Description

Contains information about an error, such as a 404 page not found.

Public Attributes

Location Url
 The URL if there was one. More...
 
string Custom
 The custom HTML if there is any. More...
 
int StatusCode
 The HTTP status code. More...
 
Document document
 The host document. More...
 

Properties

HtmlDocument htmlDocument [get]
 The host HTML document. More...
 

Member Data Documentation

string PowerUI.ErrorInfo.Custom

The custom HTML if there is any.

Document PowerUI.ErrorInfo.document

The host document.

int PowerUI.ErrorInfo.StatusCode

The HTTP status code.

Location PowerUI.ErrorInfo.Url

The URL if there was one.

Property Documentation

HtmlDocument PowerUI.ErrorInfo.htmlDocument
get

The host HTML document.