IsExceptionWrapper

IsExceptionWrapper struct

A template predicate that determines if the specified type is a Exception class or its descendant.

template<typename T>class IsExceptionWrapper : public std::is_base_of<System::ExceptionWrapperType, T>

Template parameters

ParameterDescription
TThe type to check

See Also