Share via


ISetupErrorInfo.GetErrorClassName Method

Definition

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).

Applies to