MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 280

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 279
const char *what() const throw()
Purpose Return error message contained in this exception
C++
Syntax
#include "mclcppclass. h"
try
{
...
}
catch (const std::exception& e)
{
std::cout << e.what() << std::endl; // Displays error
// message to
// standard out.
}
Arguments None
Return
Value
A p ointer to a NUL L-terminated character buffer containing the error
message.
Description Use this m ethod to retrieve the error message from an mwException.
C-26
Seitenansicht 279
1 2 ... 275 276 277 278 279 280 281 282 283 284 285 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare