Confdump Agent
1.4.0
|
Provides diagnostics for WMI errors. More...
#include <errors.hpp>
Public Member Functions | |
WmiDiagnostics (HRESULT hr) | |
bool | knownError () const |
QString | toString () const |
Only valid if knownError() | |
Private Member Functions | |
WmiDiagnostics () | |
Private Attributes | |
HRESULT | hr_ |
QString | cause_ |
Provides diagnostics for WMI errors.
Definition at line 191 of file Wmi/errors.hpp.
Confdump::System::Wmi::WmiDiagnostics::WmiDiagnostics | ( | ) | [private] |
Confdump::System::Wmi::WmiDiagnostics::WmiDiagnostics | ( | HRESULT | hr | ) |
Definition at line 137 of file Wmi/errors.cpp.
References cause_.
bool Confdump::System::Wmi::WmiDiagnostics::knownError | ( | ) | const |
Definition at line 154 of file Wmi/errors.cpp.
References cause_.
Referenced by Confdump::System::Wmi::WmiError::WmiError().
QString Confdump::System::Wmi::WmiDiagnostics::toString | ( | ) | const |
Only valid if knownError()
Definition at line 159 of file Wmi/errors.cpp.
References cause_.
Referenced by Confdump::System::Wmi::WmiError::WmiError().
QString Confdump::System::Wmi::WmiDiagnostics::cause_ [private] |
Definition at line 194 of file Wmi/errors.hpp.
Referenced by knownError(), toString(), and WmiDiagnostics().
HRESULT Confdump::System::Wmi::WmiDiagnostics::hr_ [private] |
Definition at line 193 of file Wmi/errors.hpp.