NAG Library Manual, Mark 29.2
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
error_handler
Class:
Exception
Method:
what
NAG CPP Interface
error_handler::Exception::what
Keyword Search:
NAG Library Manual, Mark 29.2
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
error_handler
Class:
Exception
Method:
what
▸
▿
Contents
1
Description
2
Specification
3
Arguments
© The Numerical Algorithms Group Ltd. 2020
Settings help
CPP Name Style:
Short (
impl_details
)
Long (
info::impl_details
)
Full (
nagcpp::info::impl_details
)
1
Description
Exception::what
returns a null terminated string containing a summary of the exception.
2
Specification
const char*
what
() const
3
Arguments
None.
© The Numerical Algorithms Group Ltd. 2020