EapHost runtime error.
More...
#include <WinStd/EAP.h>
|
EAP_METHOD_TYPE | m_type |
| Structure that identifies the EAP method that raised the error.
|
|
DWORD | m_reason |
| The reason code for the error.
|
|
GUID | m_root_cause_id |
| A unique ID that identifies cause of error in EAPHost.
|
|
std::wstring | m_root_cause_desc |
| A localized and readable string that describes the root cause of the error.
|
|
GUID | m_repair_id |
| A unique ID that maps to a localizable string that identifies the repair action that can be taken to fix the reported error.
|
|
std::wstring | m_repair_desc |
| A localized and readable string that describes the possible repair action.
|
|
GUID | m_help_link_id |
| A unique ID that maps to a localizable string that specifies an URL for a page that contains additional information about an error or repair message.
|
|
error_type | m_num |
| Numeric error code.
|
|
|
typedef DWORD | error_type |
| Error number type.
|
|
EapHost runtime error.
- See also
- EAP_ERROR structure
◆ eap_runtime_error() [1/2]
winstd::eap_runtime_error::eap_runtime_error |
( |
const EAP_ERROR & |
err, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
Constructs an exception.
- Parameters
-
[in] | err | EapHost error descriptor |
[in] | msg | Error message |
◆ eap_runtime_error() [2/2]
winstd::eap_runtime_error::eap_runtime_error |
( |
const EAP_ERROR & |
err, |
|
|
const char * |
msg = nullptr |
|
) |
| |
|
inline |
Constructs an exception.
- Parameters
-
[in] | err | EapHost error descriptor |
[in] | msg | Error message |
The documentation for this class was generated from the following file: