PowerUI.FileErrorInfo Class Reference

Detailed Description

Contains information about a protocol error such as file not found. Applies to Resources and Http requests.

Inheritance diagram for PowerUI.FileErrorInfo:
PowerUI.ErrorInfo

Public Member Functions

 FileErrorInfo (TextPackage package)
 

Public Attributes

TextPackage Package
 The text package essentially containing the request. More...
 
- Public Attributes inherited from PowerUI.ErrorInfo
FilePath Url
 The URL if there was one. More...
 
string Message
 The error message. More...
 

Constructor & Destructor Documentation

PowerUI.FileErrorInfo.FileErrorInfo ( TextPackage  package)
inline

Member Data Documentation

TextPackage PowerUI.FileErrorInfo.Package

The text package essentially containing the request.