Skip to content

Instantly share code, notes, and snippets.

@plioi
Created August 7, 2013 02:19
Show Gist options
  • Save plioi/6170654 to your computer and use it in GitHub Desktop.
Save plioi/6170654 to your computer and use it in GitHub Desktop.
try
{
method.Invoke(instance, null);
}
catch (TargetInvocationException ex)
{
throw ex.InnerException;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment