XLL+ Class Library (6.3)

CXlStructuredException::CXlStructuredException

Constructs a CXlStructuredException object

CXlStructuredException( );
CXlStructuredException(
   const std::string& message
);
CXlStructuredException(
   const std::wstring& wmessage
);
CXlStructuredException(
   unsigned long se
);

Parameters

message

An ASCII string containing a description of the error condition.

wmessage

A Unicode string containing a description of the error condition.

se

The exception code of the C structured exception.

Remarks

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

Requirements

Header: xlpexcept.h

See Also

CXlStructuredException Class | CXlStructuredException Methods