IErrorPage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IErrorPage
public interface IErrorPage
type IErrorPage = interface
Public Interface IErrorPage
Properties
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. |
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 .NET 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. |