Created
September 9, 2011 15:51
-
-
Save follesoe/1206575 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
| System.ArgumentOutOfRangeException was unhandled | |
| Message=Specified argument was out of the range of valid values. | |
| Parameter name: childIndex | |
| StackTrace: | |
| at System.Windows.Media.VisualTreeHelper.GetChild(DependencyObject reference, Int32 childIndex) | |
| at AvinorFlights.FlightsPage.<>c__DisplayClass7.<PopulateResult>b__3() | |
| at System.Reflection.RuntimeMethodInfo.InternalInvoke(RuntimeMethodInfo rtmi, Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess, StackCrawlMark& stackMark) | |
| at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, StackCrawlMark& stackMark) | |
| at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) | |
| at System.Delegate.DynamicInvokeOne(Object[] args) | |
| at System.MulticastDelegate.DynamicInvokeImpl(Object[] args) | |
| at System.Delegate.DynamicInvoke(Object[] args) | |
| at System.Windows.Threading.DispatcherOperation.Invoke() | |
| at System.Windows.Threading.Dispatcher.Dispatch(DispatcherPriority priority) | |
| at System.Windows.Threading.Dispatcher.OnInvoke(Object context) | |
| at System.Windows.Hosting.CallbackCookie.Invoke(Object[] args) | |
| at System.Windows.Hosting.DelegateWrapper.InternalInvoke(Object[] args) | |
| at System.Windows.RuntimeHost.ManagedHost.InvokeDelegate(IntPtr pHandle, Int32 nParamCount, ScriptParam[] pParams, ScriptParam& pResult) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment