Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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. 

Namespace:   System.Windows.Interop
Assembly:  PresentationFramework (in PresentationFramework.dll)

Public Interface IErrorPage

NameDescription
System_CAPS_pubpropertyDeploymentPath

Gets or sets the path to an application's deployment manifest.

System_CAPS_pubpropertyErrorFlag

Gets or sets a value that indicates whether this represents an error or some other condition such as a warning. true denotes an error.

System_CAPS_pubpropertyErrorText

Gets or sets a verbose description of the error.

System_CAPS_pubpropertyErrorTitle

Gets or sets the string title of the error page.

System_CAPS_pubpropertyGetWinFxCallback

Gets or sets a reference to a DispatcherOperationCallback handler, which can handle requests for Microsoft .NET Framework runtime downloads.

System_CAPS_pubpropertyLogFilePath

Gets or sets the string path to the error's log file, if any.

System_CAPS_pubpropertyRefreshCallback

Gets or sets a reference to a DispatcherOperationCallback handler, that can handle refresh of the error page.

System_CAPS_pubpropertySupportUri

Gets or sets a uniform resource identifier (URI) for support information associated with the error.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft