Search code examples
Scope Guard Statement in C#...

c#.netexceptionexception-safescopeguard

Read More
How do you know all the exceptions a method can throw...

javaexceptionexception-safeexception-safety

Read More
Can a unique_ptr<>() initialization fail?...

c++c++11smart-pointersexception-safe

Read More
Do C standard library functions which are included in C++ throw exception?...

c++exceptionexception-safetyexception-safec-standard-library

Read More
Is it OK to have a throwing swap member-implementation?...

c++swapexception-safecopy-and-swapexception-safety

Read More
Exception Safety example guarantee correct?...

c++exception-safeexception-safety

Read More
Is Try/Finally actually exception-safe?...

c#javavisual-c++exceptionexception-safe

Read More
safe std::tr1::shared_ptr usage...

c++memory-leaksshared-ptrexception-safe

Read More
Is it safe to push_back 'dynamically allocated object' to vector?...

c++vectorexception-safe

Read More
Why does `myvector.push_back(autoPtr.release())` provide the strong exception safety guarantee?...

c++boostauto-ptrexception-safe

Read More
Can a stack have an exception safe method for returning and removing the top element with move seman...

c++c++11exception-safemove-semantics

Read More
Is this a fine std::auto_ptr<> use case?...

c++auto-ptrexception-safe

Read More
Exception safety/handling with .Net HtmlTextWriter?...

c#.netrollbackhtmltextwriterexception-safe

Read More
How do I describe a method that has no side effects if an exception is thrown during execution?...

terminologyexception-safe

Read More
BackNext