Created
January 26, 2018 09:06
-
-
Save selcukusta/1dd89e44fe269d9c48843134d64533d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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