Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
Created September 25, 2012 12:02
Show Gist options
  • Select an option

  • Save andreasohlund/3781352 to your computer and use it in GitHub Desktop.

Select an option

Save andreasohlund/3781352 to your computer and use it in GitHub Desktop.
if(tm.Headers["NServiceBus.ExceptionInfo.ExceptionType"] == typeof(MyBusinessException).FullName)
return TimeSpan.MinValue;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment