Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global throw_on_error

boost::process::throw_on_error

Synopsis

// In header: <boost/process/error.hpp>

unspecified throw_on_error;

Description

The throw_on_error property will enable the exception when launching a process. It is unnecessary by default, but may be used, when an additional error_code is provided.


PrevUpHomeNext