Details_ExceptionWithFilename

Details_ExceptionWithFilename class

The template class for an exception with a file name.

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

Template parameters

ParameterDescription
TAn exception base class.

Methods

MethodDescription
virtual String get_FileName() constGets the name of the file that causes this exception.
String get_Message() const override
String ToString() const override

See Also