久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

忽略 C# 中的異常

Ignore Exception in C#(忽略 C# 中的異常)
本文介紹了忽略 C# 中的異常的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

有沒有更好的方法來忽略 C# 中的異常,而不是將其放在 try catch 塊中并且在 catch 中什么也不做?我發現這種語法很麻煩.對于代碼塊,我不能簡單地標記"它,以便運行時知道要忽略哪些異常嗎?

Is there a better way to ignore an exception in C# than putting it up in a try catch block and doing nothing in catch? I find this syntax to be cumbersome. For a codeblock, can't I simply "tag" it in such a way so as runtime knows which exceptions to neglect?

推薦答案

我不認為有什么技巧可以避免異常,但是你可以使用下面的代碼片段:

I don't think there is a trick to avoid exception but you can use the following code snippet:

public void IgnoreExceptions(Action act)
{
   try
   {
      act.Invoke();
   }
   catch { }
}

使用方法如下:

IgnoreExceptions(() => foo());

另一種解決方案是使用 AOP(面向方面??編程) - 有一個名為 PostSharp 的工具可以讓您創建一個可以捕獲特定程序集/類/方法中所有異常的屬性,這更接近您要查找的內容.

Another solution is to use AOP (Aspect Oriented Programming) - there's a tool called PostSharp which enables you to create an attribute that would catch all exceptions in specific assembly/class/method, which is closer to what you're looking for.

這篇關于忽略 C# 中的異常的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Is there a C# library that will perform the Excel NORMINV function?(是否有執行 Excel NORMINV 函數的 C# 庫?)
Select x random elements from a weighted list in C# (without replacement)(從 C# 中的加權列表中選擇 x 個隨機元素(無需替換))
Create a summary description of a schedule given a list of shifts(給定輪班列表,創建時間表的摘要描述)
C# Normal Random Number(C# 普通隨機數)
Standard deviation of generic list?(通用列表的標準偏差?)
AsyncCTP: Creating a class that is IAwaitable(AsyncCTP:創建一個 IAwaitable 的類)
主站蜘蛛池模板: 日韩精品一二三区 | 91精品在线播放 | 欧美性极品xxxx做受 | 黄色91在线 | 中文字幕av在线播放 | 午夜影院污 | 亚洲一区中文字幕 | 欧美激情视频一区二区三区在线播放 | 中文字幕亚洲欧美 | 国产福利一区二区 | 精品国产一区久久 | 做a网站 | 亚洲精品亚洲人成人网 | 国产精品欧美一区二区三区不卡 | 亚洲成人午夜电影 | 精品欧美一区二区三区久久久 | 欧美中文字幕一区二区三区亚洲 | 欧美一区二区三区在线观看 | 欧美一区二区三区免费在线观看 | 少妇特黄a一区二区三区88av | 欧洲妇女成人淫片aaa视频 | 国产精品激情 | 久久新视频 | 日韩精品在线免费 | h漫在线观看| 亚洲视频区 | 免费在线观看成人av | 精品视频一区二区三区 | 免费人成激情视频在线观看冫 | 欧美黄a| 99精品视频一区二区三区 | 久久99精品国产麻豆婷婷 | 青青草社区 | 中文av网站 | 久久国产福利 | 国产福利视频导航 | 久久久久国产视频 | 成年人在线视频 | 91精品久久久久久久久 | 在线观看一区 | 国产精品久久久久久久 |