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
Parameter | Description |
---|---|
T | The type to check |
See Also
- Namespace System
- Library Aspose.Slides