收藏Chakra Varthi Konreddy (Salesforce) 提问于 #Apex2015年9月30日 17:50In how many ways we can do exceptional handling?Hi,In how many ways it is possible to do exceptional handling ?2 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...William Tran (TranConsulting Inc (william@tranconsultinginc.com))2015年9月30日 19:27There 2 general ways. 1) Use the OOTB framework so you don't need to do much2) Catch and handle the error yourself using the try/catch/finally blocks.Thx添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
William Tran (TranConsulting Inc (william@tranconsultinginc.com))2015年9月30日 19:27There 2 general ways. 1) Use the OOTB framework so you don't need to do much2) Catch and handle the error yourself using the try/catch/finally blocks.Thx