Need to store handled exceptions globally without calling the save log method inside Every catch in xamarin.forms

前端 未结 0 708
陌清茗
陌清茗 2020-11-30 15:45
    try
            {
                int c = 0;
                int a = 5 / c;   
             }
 catch (Exception ex)
            {
              
            }


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