Skip to content

Instantly share code, notes, and snippets.

@einarwh
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save einarwh/a48ca57b921106b826b5 to your computer and use it in GitHub Desktop.
Save einarwh/a48ca57b921106b826b5 to your computer and use it in GitHub Desktop.
Frob TraditionalSafeMethod4() {
try {
try {
try {
return FrobFactory.Create();
}
catch (NullReferenceException ex) { ... handler code ... }
}
catch (InvalidOperationException ex) { ... handler code ... }
}
catch (FormatException ex) { ... handler code ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment