IErrorPage Properties
.NET Framework 3.5
The IErrorPage type exposes the following members.
| Name | Description | |
|---|---|---|
|
DeploymentPath | Gets or sets the path to an application's deployment manifest. |
|
ErrorFlag | Gets or sets a value that indicates whether this represents an error or some other condition such as a warning. true denotes an error. |
|
ErrorText | Gets or sets a verbose description of the error. |
|
ErrorTitle | Gets or sets the string title of the error page. |
|
GetWinFxCallback | Gets or sets a reference to a DispatcherOperationCallback handler, which can handle requests for Microsoft .NET Framework runtime downloads. |
|
LogFilePath | Gets or sets the string path to the error's log file, if any. |
|
RefreshCallback | Gets or sets a reference to a DispatcherOperationCallback handler, that can handle refresh of the error page. |
|
SupportUri | Gets or sets a uniform resource identifier (URI) for support information associated with the error. |