IErrorPage Interface
Defines the interaction between Windows Presentation Foundation (WPF) applications that are hosting interoperation content and interpreted by the Windows Presentation Foundation (WPF) executable, and a host supplied error page.
Assembly: PresentationFramework (in PresentationFramework.dll)
| 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. |
Available since 3.0
