Xamarin - System.ArgumentException:值不在预期范围内

时间:2017-04-21 14:35:06

标签: c# xamarin

我发现了一个随机出现的问题。

[mono]未处理的异常: [mono] System.ArgumentException:值不在预期范围内。 [mono-rt] [ERROR]致命的未处理异常:System.ArgumentException:值不在预期范围内。

但是,如果我控制指示的行,这里写的代码是

Device.BeginInvokeOnMainThread(() => 
                    {
                Debug.WriteLine("aaa5");
                    AppViewModel.Instance.CpvVisibility = false;
                    Bottom.IsVisible = false;
                    FattureListView.IsVisible = false;

});

有同样问题的人? 感谢。

0 个答案:

没有答案