Skip to content

Instantly share code, notes, and snippets.

@caleb-vear
Created April 20, 2011 00:37
Show Gist options
  • Select an option

  • Save caleb-vear/930079 to your computer and use it in GitHub Desktop.

Select an option

Save caleb-vear/930079 to your computer and use it in GitHub Desktop.
Just found and removed this from a method I was investigating the performance of.
// debug block
try
{
compiledTransform.Load(doc);
}
catch (Exception ex)
{
string msg = ex.Message
}
compiledTransform.Load(doc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment