Member Initialiser Exceptions SomeClass::SomeClass(int size) try : vec(size) { // Contents of constructor... } catch (Error e) { // ... }