我在生产时通过stackify跟踪了datetime格式异常,但是当我尝试在本地运行时,它工作正常。我很想找到即将出现异常的特定字段,并且还想在本地重现该字段:
该字符串未被识别为有效的DateTime。从索引0开始有一个未知单词。 System.FormatException:该字符串未被识别为有效的DateTime。从索引0开始有一个未知单词。---> System.FormatException:null对于DateTime而言不是有效值。 在System.DateTimeParse.Parse 在System.ComponentModel.DateTimeConverter.ConvertFrom处 ---内部异常堆栈跟踪的结尾--- 在System.ComponentModel.DateTimeConverter.ConvertFrom处 在System.ComponentModel.NullableConverter.ConvertFrom 在Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder.BindModelAsync
基本上,我想知道如何通过代码捕获模型绑定程序异常。