nested exception的意思
nested exception中文翻譯:
嵌套異常
相似詞語短語
no exception───沒有例外;無一例外
odd exception───奇數例外
take exception───反對;有反感
contested election───競爭性選舉
notable exception───值得注意的例外
negative perception───消極認知
alter perception───改變看法
depth perception───[生理]深度知覺
few exceptions───很少有例外
雙語使用場景
The only exception is for nested ordered lists, which are placed in substeps.───惟一的例外是嵌套有序列表,它被放在子步驟中。
nested exception handling to deal with situations in which it looks up nonexistent data to delete, making the program a bit more robust.───其中嵌入了應對沒有可供刪除的數據這種情況的異常處理語句,使得程序更健壯一點。
Creating a nested, hierarchical exception framework will improve both your code's readability and its usability.───創建一個嵌套的、層次結構化的異常框架將改進代碼的可讀性及其可用性。
Constructs an AccessLocalException with the specified detail message and a nested exception.───構建一個指定詳細信息和嵌套異常的AccessLocalException。
Class with the specified error message, nested exception, status, and response.───用指定的錯誤信息、嵌套異常、狀態和響應初始化。
The code in Listing 1 is fairly straightforward; we've simply chained together multiple exceptions to create a single, nested exception.───清單1中的代碼很簡單;我們已經簡單地將多個異常“串”在一起,以創建單個、嵌套的異常。
Returns the detail message, including the message from the nested exception if there is one.───返回詳細信息,如果有嵌套異常的話,包含嵌套異常信息。