Skip to content

Instantly share code, notes, and snippets.

@RamChBachkheti
Created January 13, 2015 14:07
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 RamChBachkheti/ecb0fc06a7d2e4302697 to your computer and use it in GitHub Desktop.
Save RamChBachkheti/ecb0fc06a7d2e4302697 to your computer and use it in GitHub Desktop.
System.ArgumentException was unhandled by user code
HResult=-2147024809
Message=The given System.Uri cannot be converted into a Windows.Foundation.Uri. Please see http://go.microsoft.com/fwlink/?LinkID=215849 for details.
Source=mscorlib
StackTrace:
at System.StubHelpers.UriMarshaler.CreateNativeUriInstanceHelper(Char* rawUri, Int32 strLen)
at System.StubHelpers.UriMarshaler.CreateNativeUriInstance(String rawUri)
at Windows.System.Launcher.LaunchUriAsync(Uri uri)
at Xamarin.Forms.WP8PlatformServices.OpenUriAction(Uri uri)
at Xamarin.Forms.Device.OpenUri(Uri uri)
at bug_22533.Page1.<.ctor>b__3(Object sender, EventArgs e)
at Xamarin.Forms.Button.Xamarin.Forms.IButtonController.SendClicked()
at Xamarin.Forms.Platform.WinPhone.ButtonRenderer.HandleButtonClick(Object sender, RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
InnerException:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment