JsonConvert does not serialize all useful properties of an exception

前端 未结 0 480
[愿得一人]
[愿得一人] 2021-01-21 23:28

I\'m catching the below exception during media encoding:

catch (Microsoft.Azure.Management.Media.Models.ApiErrorException e)
{
    var str1 = e.ToString();
    va         


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