ISetupErrorInfo.GetErrorMessage 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 error message.
public:
System::String ^ GetErrorMessage();
public:
Platform::String ^ GetErrorMessage();
std::wstring GetErrorMessage();
public string GetErrorMessage ();
abstract member GetErrorMessage : unit -> string
Public Function GetErrorMessage () As String
Returns
The error message.