Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
marshaled_exception Class Reference

#include <function.hpp>

Inheritance diagram for marshaled_exception:

Public Member Functions

 marshaled_exception (string_t message)
 ~marshaled_exception () throw ()
const char * what () const throw ()

Detailed Description

Definition at line 24 of file function.hpp.

Constructor & Destructor Documentation

◆ marshaled_exception()

marshaled_exception ( string_t message)
explicit

Definition at line 26 of file function.hpp.

◆ ~marshaled_exception()

~marshaled_exception ( )
throw ( )

Definition at line 27 of file function.hpp.

Member Function Documentation

◆ what()

const char * what ( ) const
throw ( )

Definition at line 28 of file function.hpp.