PowerUI.ErrorInfo Class Reference

Detailed Description

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

Inheritance diagram for PowerUI.ErrorInfo:
PowerUI.FileErrorInfo PowerUI.HttpErrorInfo

Public Attributes

FilePath Url
 The URL if there was one. More...
 
string Message
 The error message. More...
 

Member Data Documentation

string PowerUI.ErrorInfo.Message

The error message.

FilePath PowerUI.ErrorInfo.Url

The URL if there was one.