
Public Member Functions | |
| wstring | GetParameter () |
| Gets the parameter name which was invalid. | |
| short | GetPosition () |
| Gets the position of the faulty parameter. | |
| virtual wstring | GetText () throw () |
| Gets a verbose description of the error. | |
| InvalidParameter (wstring Function, wstring Parameter, short Position) | |
| Constructor. | |
Protected Attributes | |
| wstring | m_Parameter |
| Parameter name. | |
| short | m_Position |
| Parameter position. | |
| EasyUSB::Errors::InvalidParameter::InvalidParameter | ( | wstring | Function, | |
| wstring | Parameter, | |||
| short | Position | |||
| ) |
Constructor.
| Function | The function in which the error occured. | |
| Parameter | The parameter name. | |
| Position | The position of the faulty parameter. |
| wstring EasyUSB::Errors::InvalidParameter::GetParameter | ( | ) | [inline] |
Gets the parameter name which was invalid.
| short EasyUSB::Errors::InvalidParameter::GetPosition | ( | ) | [inline] |
Gets the position of the faulty parameter.
| virtual wstring EasyUSB::Errors::InvalidParameter::GetText | ( | ) | throw () [virtual] |
Gets a verbose description of the error.
Reimplemented from EasyUSB::Errors::Error.
wstring EasyUSB::Errors::InvalidParameter::m_Parameter [protected] |
Parameter name.
short EasyUSB::Errors::InvalidParameter::m_Position [protected] |
Parameter position.
1.5.6