ISetupErrorInfo 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.
Information about errors that occured during install of an instance.
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
- Attributes
Remarks
May also implement ISetupPropertyStore.
Methods
GetErrorClassName() |
Gets the class name of the error (exception). |
GetErrorHResult() |
Gets the HRESULT of the error. |
GetErrorMessage() |
Gets the error message. |