System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'

前端 未结 0 2039
[愿得一人]
[愿得一人] 2020-11-29 13:43

public string FirstName { set { using (SQLiteConnection conn = new SQLiteConnection(App.FilePath)) { BindingContext = conn.Table().FirstOrDefault(x => x.FullName == Uri.U

相关标签:
回答
  • 消灭零回复
提交回复
热议问题