XLL+ Class Library (7.0)

CXlRuntimeException::CXlRuntimeException

Constructs a CXlRuntimeException object

CXlRuntimeException( );
CXlRuntimeException(
   const std::string& message
);
CXlRuntimeException(
   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.

Requirements

Header: xlpexcept.h

See Also

CXlRuntimeException Class | CXlRuntimeException Methods