Back to Arangodb

Boost Exception

3rdParty/boost/1.78.0/libs/exception/doc/exception_constructors.html

3.12.9.1895 B
Original Source

Boost Exception

exception::exception

exception();exception([exception](exception.html)const & x );

Effects:

  • Default constructor: initializes an empty boost::exception object.
  • Copy constructor: initializes a boost::exception object which shares ownership with x of all data added through operator<<, including data that is added at a future time.

Throws:

Nothing.


See also: exception

Copyright (c) 2006-2009 by Emil Dotchevski and Reverge Studios, Inc.
Distributed under the Boost Software License, Version 1.0.