Skip to content

Instantly share code, notes, and snippets.

@prodis
Created April 15, 2012 18:15
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 prodis/2394213 to your computer and use it in GitHub Desktop.
Save prodis/2394213 to your computer and use it in GitHub Desktop.
POG clássica
try
{
// Algum código (provavelmente mais POG)
}
catch (Exception e)
{
throw new Exception(e.Message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment