ISetupErrorState3.GetRuntimeError Method
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.
Gets the runtime error that occured during install of an instance.
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupErrorInfo ^ GetRuntimeError();
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupErrorInfo ^ GetRuntimeError();
Microsoft::VisualStudio::Setup::Configuration::ISetupErrorInfo GetRuntimeError();
public Microsoft.VisualStudio.Setup.Configuration.ISetupErrorInfo GetRuntimeError ();
abstract member GetRuntimeError : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupErrorInfo
Public Function GetRuntimeError () As ISetupErrorInfo
Returns
The runtime error that occured during install of an instance.