XLL+ Class Library (7.0)

CXlIllegalArgumentException::CXlIllegalArgumentException

Constructs a CXlIllegalArgumentException object

CXlIllegalArgumentException( );
CXlIllegalArgumentException(
   const std::string& message
);
CXlIllegalArgumentException(
   const std::wstring& wmessage
);
CXlIllegalArgumentException(
   unsigned int messageTemplateId
);

Parameters

message

An ASCII string containing a description of the error condition.

wmessage

A Unicode string containing a description of the error condition.

messageTemplateId

The ID of a string in the application's resource files.

Remarks

If no argument is provided to the constructor, then a default localized message will be used.

Requirements

Header: xlpexcept.h

See Also

CXlIllegalArgumentException Class | CXlIllegalArgumentException Methods