Returns the associated error code, returned by a Win32 API call. @return Associated error code.
| 1605 | // @return Associated error code. |
| 1606 | // |
| 1607 | LONG SettingsException::ErrorCode() const noexcept |
| 1608 | { |
| 1609 | return m_ErrorCode; |
| 1610 | } |
| 1611 | |
| 1612 | // |
| 1613 | // Returns a textual description of the exception. |
no outgoing calls
no test coverage detected