mayuki / Rin

Request/response Inspector middleware for ASP.NET Core
MIT License
650 stars 24 forks source link

Can't serialize Exception that contains non-serializable value. #10

Closed mayuki closed 6 years ago

mayuki commented 6 years ago

Should change Exception property type from System.Exception to System.String and set Exception.ToString() result to it.