Skip to content

Instantly share code, notes, and snippets.

@atin360
Created July 8, 2013 13:56
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 atin360/ba9fab1a22276f6d863b to your computer and use it in GitHub Desktop.
Save atin360/ba9fab1a22276f6d863b to your computer and use it in GitHub Desktop.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Argument cannot be null.
Parameter name: uriString
at System.Uri.Parse (UriKind kind, System.String uriString) [0x00000] in <filename unknown>:0
at System.Uri.ParseUri (UriKind kind) [0x00000] in <filename unknown>:0
at System.Uri..ctor (System.String uriString, Boolean dontEscape) [0x00000] in <filename unknown>:0
at System.Uri..ctor (System.String uriString) [0x00000] in <filename unknown>:0
at DynamicTest.MainActivity+<OnCreate>c__AnonStorey0.<>m__0 (System.Object sender, System.Net.DownloadStringCompletedEventArgs e) [0x00056] in /Users/jatin66/Desktop/Xamarin Data/Latest samples/monodroid-samples-master/DynamicTest/DynamicTest/MainActivity.cs:63
at System.Net.WebClient.OnDownloadStringCompleted (System.Net.DownloadStringCompletedEventArgs e) [0x00000] in <filename unknown>:0
at System.Net.WebClient.<DownloadStringAsync>m__16 (System.Object state) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary () [0x00000] in <filename unknown>:0
at System.Net.DownloadStringCompletedEventArgs.get_Result () [0x00000] in <filename unknown>:0
at DynamicTest.MainActivity+<OnCreate>c__AnonStorey0.<>m__0 (System.Object sender, System.Net.DownloadStringCompletedEventArgs e) [0x0000c] in /Users/jatin66/Desktop/Xamarin Data/Latest samples/monodroid-samples-master/DynamicTest/DynamicTest/MainActivity.cs:55
at System.Net.WebClient.OnDownloadStringCompleted (System.Net.DownloadStringCompletedEventArgs e) [0x00000] in <filename unknown>:0
at System.Net.WebClient.<DownloadStringAsync>m__16 (System.Object state) [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment