ISetupErrorInfo.GetErrorClassName 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 class name of the error (exception).
public:
System::String ^ GetErrorClassName();
public:
Platform::String ^ GetErrorClassName();
std::wstring GetErrorClassName();
public string GetErrorClassName ();
abstract member GetErrorClassName : unit -> string
Public Function GetErrorClassName () As String
Returns
The class name of the error (exception).