Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created January 26, 2018 09:06
Show Gist options
  • Select an option

  • Save selcukusta/1dd89e44fe269d9c48843134d64533d2 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/1dd89e44fe269d9c48843134d64533d2 to your computer and use it in GitHub Desktop.
public class ExceptionTestParameter
{
public int? FirstValue { get; set; }
public int? SecondValue { get; set; }
public Type ExceptedException { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment