Details_ExceptionWithErrorCode

Details_ExceptionWithErrorCode class

The template class for an exception with an error code.

template<typename T,typename>class Details_ExceptionWithErrorCode : public T

Template parameters

ParameterDescription
TAn exception base class.

Methods

MethodDescription
virtual int32_t get_ErrorCode() constGets the HRESULT of the error.
String get_Message() const override

See Also