🌈 搜索
📅  最后修改于: 2022-03-11 14:49:02.738000             🧑  作者: Mango
catch (Exception ex) { if (ex is FormatException || ex is OverflowException) { WebId = Guid.Empty; return; } throw; }