高频的偶发异常 ThreadAbortException: Exception_WasThrown #1132
CharlesTaino1
started this conversation in
General
Replies: 3 comments 6 replies
-
补充:偶尔可以正常获取数据,偶尔会报这个异常 |
Beta Was this translation helpful? Give feedback.
2 replies
-
System.TypeInitializationException 这个跟初始化有关,描述环境,数据库版本、本地还是远程、.net runtime |
Beta Was this translation helpful? Give feedback.
3 replies
-
这个问题仍然存在。。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
List<Account> accountsList = DB.mysql_myproject.Select<Account>().Where(a => a.Status== 1).OrderBy(a => a.ID).ToList();
System.TypeInitializationException
HResult=0x80131534
Message=The type initializer for 'xx.Entities.DB' threw an exception.
内部异常 1:
ThreadAbortException: Exception_WasThrown
Beta Was this translation helpful? Give feedback.
All reactions