Skip to content

Instantly share code, notes, and snippets.

@philiplaureano
Created May 4, 2011 01:06
Show Gist options
  • Save philiplaureano/954572 to your computer and use it in GitHub Desktop.
Save philiplaureano/954572 to your computer and use it in GitHub Desktop.
public interface IExceptionHandlerInfo
{
Exception Exception { get; }
IInvocationInfo InvocationInfo { get; }
object ReturnValue { get; set; }
bool ShouldSkipRethrow { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment