संपादित करें

इसके माध्यम से साझा किया गया


IErrorPage Interface

Definition

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. 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 .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.

Applies to