System::IsExceptionWrapper< T > Struct Template Reference

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

Inherits is_base_of< System::ExceptionWrapperType, T >.

Detailed Description

template<typename T>
struct System::IsExceptionWrapper< T >

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

Template Parameters
TThe type to check