This documentation is archived and is not being maintained.
IErrorPage Interface
Visual Studio 2010
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)
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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
