EXCEPTION in English translation

exception
ngoại lệ
trường hợp ngoại lệ
ngoại trừ
exceptions
ngoại lệ
trường hợp ngoại lệ
ngoại trừ

Examples of using Exception in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Exception cung cấp một cách để truyền điều khiển từ một phần của một chương trình tới phần khác.
Exceptions provide a way to transfer control from one part of a program to another.
Nếu muốn viết ngoại lệ checked exception, tự động được xử lý bởi Handle hoặc Declare Rule, bạn cần phải mở rộng lớp Exception.
If you want to write a checked exception that is automatically enforced by the Handle or Declare Rule, you need to extend the Exception class.
Bạn nên ghi nhớ điều gì trong khi tạo Exception cho riêng mình trong Java?
What things should be kept in mind while creating your own exceptions in Java?
Garbage collector, Exception handler, COM marshaller, Security engine,….
Garbage collector, Exception Handler, COM marshaller, Security engine,….
Std:: bad exception Đây là thiết bị hữu ích để xử lý Unexpected Exception trong một chương trình C++.
Std:: bad exception This is useful device to handle unexpected exceptions in a C++ program.
bạn có thể rescue và handle exception đó trong action của controller
provide a better experience, you can rescue and handle that exception in the controller action
RTTI, Exception, Ansistring, Widestring, giao diện).
rtti, exceptions, ansistrings).
các kết quả từ hai kiểu exception khác nhau trong việc quản lý lỗi: truyền thống và exceptions.
results from two distinct exceptions in error handling such as traditional and error exceptions..
Nếu phương thức của lớp cha không khai báo một exception: phương thức ghi đè của lớp con không thể khai báo Checked Exception nhưng có thể khai báo Unchecked Exception.
If the superclass method does not declare any exception, then subclass overridden method cannot declare checked exceptions but it can declare unchecked exceptions.
Bạn có thể định nghĩa các Error Handler khác nhau để xử lý các loại Error hoặc Exception khác nhau.
You can define different Error Handlers to handle different type of errors or exceptions.
Nếu một exception không bị chặn bởi bất kì lệnh catch nào vì không có lệnh nào có kiểu phù hợp, hàm đặc biệt terminate sẽ được gọi.
If an exception is not caught by any catch statement because there is no catch statement with a matching type, the special function terminate will be called.
Đối tượng Exception này mang thông tin về lỗi bao gồm kiểu và trạng thái của chương trình khi sảy ra lỗi.
The exception object contains information about the error, including its type and the state of the program when the error occurred.
Std:: runtime error Một exception mà theo lý thuyết không thể được phát hiện bởi việc đọc code.
Std:: runtime error It is an exception that cannot be detected by reading a code.
Tuy nhiên, nếu validation thất bại, mội exception sẽ được ném
However, if validation fails, an exception will be thrown
Catch: Một chương trình bắt một Exception với một Exception Handler tại vị trí trong một chương trình nơi bạn muốn xử lý vấn đề đó.
Catch: A program catches an exception with an exception handler at the place in a program where you want to handle the problem.
Trong C++ thì xử lý exception được thực hiện thông qua 3 keywords chính là: try, catch, throw.
In C++ the exception handling is managed through three keywords, i.e. try, throw and catch.
Khi một Exception được ném bên trong thân khối lệnh try,
When an exception is thrown within the body of a try statement, the catch clauses
Tầng exception đơn giản điều khiển lỗi
The exception hierarchy simplifies error handling
Khi một exception được ném,
When an exception is thrown,
Mặc định, exception được đẩy tới class cơ sở để tạo một response cho bạn.
By default, the exception is passed to the base class which generates a response for you.
Results: 523, Time: 0.0213

Top dictionary queries

Vietnamese - English