runtime exceptions 中文意思是什麼

runtime exceptions 解釋
運行時間異常
  1. The common language runtime provides a backstop for certain unhandled exceptions that are used for controlling program flow

    公共語言運行庫為用於控製程序流的某些未處理異常提供支撐:
  2. In the. net framework versions 1. 0 and 1. 1, the common language runtime provides a backstop for unhandled exceptions in the following situations

    Net framework 1 . 0和1 . 1版中,公共語言運行庫在下列情況下為未處理異常提供支撐:
  3. Item 40 : use checked exceptions for recoverable conditions and runtime exceptions for programming errors

    第40條:為可恢復的條件使用檢查型異常,為編程錯誤使用運行時異常。
  4. When a managed client calls a com object, the runtime maps the com object s failure hresults to exceptions, which the marshaler throws on return from the call

    當託管客戶端調用com對象時,運行庫將com對象的指示失敗的hresult映射為異常,封送拆收器在從調用返回時引發該異常。
  5. Here, bloch echoes the conventional sun wisdom - that runtime exceptions should be used only to indicate programming errors, such as precondition violations

    這里, bloch回應傳統的sun觀點運行時異常應該只是用於指示編程錯誤,例如違反前置條件。
  6. These two classes form the basis for almost all runtime exceptions

    這兩個類構成幾乎所有運行庫異常的基礎。
  7. The runtime has a base set of exceptions deriving from

    運行庫有一組從
  8. In your application. the most severe exceptions those thrown by the runtime or in nonrecoverable conditions include

    最嚴重的異常,即那些由運行庫引發或處于不可恢復的條件的異常,包括
  9. To break on common language runtime exceptions

    發生公共語言運行庫異常時中斷
  10. Provides an overview of common language runtime exceptions

    提供公共語言運行庫異常的概述。
  11. Common language runtime exceptions

    公共語言運行庫異常
  12. Select the check boxes next to common language runtime exceptions

    選擇「公共語言運行庫異常」旁邊的復選框。
  13. Hierarchy of runtime exceptions

    運行庫異常層次結構
  14. Filtering runtime exceptions

    篩選運行庫異常
  15. In the process, it checks for all runtime configuration parameters and handles exceptions related to invalid url syntax, security violations, i o violations, and illegal arguments

    在這一過程中,它檢查所有的運行時配置參數,並處理與無效url語法、安全性違規、 i / o違規和無效參數有關的異常。
  16. The common language runtime provides an exception handling model that is based on the representation of exceptions as objects, and the separation of program code and exception handling code into

    公共語言運行庫提供一種異常處理模型,該模型基於對象形式的異常表示形式,並且將程序代碼和異常處理代碼分到
  17. User applications, not the common language runtime, throw custom exceptions derived from the

    由用戶程序引發,而不是由公共語言運行庫引發。
  18. The following table hierarchically lists the standard exceptions provided by the runtime and the conditions under which you should create a derived class

    下表按層次結構列出了運行庫提供的標準異常以及派生類的創建條件。
分享友人