ISetupErrorInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关在实例安装过程中发生的错误的信息。
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() |
获取错误消息。 |