Skip to content

Instantly share code, notes, and snippets.

@kerslake
Last active August 29, 2015 14:05
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 kerslake/de9e485c646533b205ac to your computer and use it in GitHub Desktop.
Save kerslake/de9e485c646533b205ac to your computer and use it in GitHub Desktop.
public class InvalidPinException : CustomException
{
/* code omitted */
public override ErrorAction ErrorAction
{
get
{
return ErrorAction.Ignore;
}
}
/* code omitted */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment