XLL+ Class Library (7.0)

CXlChoiceFailedException::CXlChoiceFailedException

Constructs a CXlChoiceFailedException object

CXlChoiceFailedException(
   const std::string& argName
);
CXlChoiceFailedException(
   const std::wstring& argName
);

Parameters

argName

An string containing the name of the argument that could not be converted.

Remarks

This constructor will expand the name of the failed argument into a complete localized message.

Requirements

Header: xlpexcept.h

See Also

CXlChoiceFailedException Class | CXlChoiceFailedException Methods