ISetupErrorInfo 接口

定义

有关在实例安装过程中发生的错误的信息。

public interface class ISetupErrorInfo
public interface class ISetupErrorInfo
__interface ISetupErrorInfo
[System.Runtime.InteropServices.Guid("2A2F3292-958E-4905-B36E-013BE84E27AB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupErrorInfo
[<System.Runtime.InteropServices.Guid("2A2F3292-958E-4905-B36E-013BE84E27AB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupErrorInfo = interface
Public Interface ISetupErrorInfo
属性

注解

还可实现 ISetupPropertyStore

方法

GetErrorClassName()

获取 (异常) 错误的类名。

GetErrorHResult()

获取错误的 HRESULT。

GetErrorMessage()

获取错误消息。

适用于