XLL+ Class Library (6.3)

CXlArrayTooLargeException::CXlArrayTooLargeException

Constructs a CXlArrayTooLargeException object

CXlArrayTooLargeException( );
CXlArrayTooLargeException(
   const std::string& message
);
CXlArrayTooLargeException(
   const std::wstring& wmessage
);

Parameters

message

An ASCII string containing a description of the error condition.

wmessage

A Unicode string containing a description of the error condition.

Remarks

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

Requirements

Header: xlpexcept.h

See Also

CXlArrayTooLargeException Class | CXlArrayTooLargeException Methods