Created
October 23, 2014 04:35
-
-
Save screamish/ccc46cb849cc4497ea8e to your computer and use it in GitHub Desktop.
Refit 2.0 runtime error
This file contains 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
System.ArgumentNullExceptionValue cannot be null. | |
Parameter name: type | |
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) | |
at System.Activator.CreateInstance(Type type, Object[] args) | |
at Refit.RestService.For(HttpClient client) in y:\code\paulcbetts\refit\Refit\RestService.cs: line 24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment