User Tools

Site Tools


cpp:exception

exceptions

catch exception from constructor initializer list

func::func()
    try : foo() {...}
    catch (...) // will catch exceptions thrown from foo constructor
    { ... }
cpp/exception.txt · Last modified: by allspark