What is the translation of " EXCEPTION IS THROWN " in Korean?

[ik'sepʃn iz θrəʊn]
[ik'sepʃn iz θrəʊn]
exception is thrown
예외가 throw

Examples of using Exception is thrown in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Out of memory exception is thrown.
Out of memory 예외는 사라졌음.
The interrupted status of the current thread is cleared when this exception is thrown. wait.
예외가 Throw 되면, 현재의 thread의 「인터럽트 스테이터스」는 클리어 된다 wait.
If the exception is thrown, this text will not be shown.
예외가 던져지게 된다면, 이 텍스트는 표시되지 않습니다.
FileNotFoundException exception is thrown.
FileNotFoundException 예외를 발생시킨다.
Sometimes, when an exception is thrown, you may wish to handle it differently than the standard way.
때때로, 예외가 던져졌을때, 표준적인 방법과는 다르게 그걸 처리하고 싶을 경우가 있을겁니다.
People also translate
If the user doesn't exist, an exception is thrown.
만약 이용자가 존재하지 않으면 예외를 던진다.
Irrespective of whether an exception is thrown or not, the finally-block will always be executed.
예외가 던져지든 아니든 try 블록이 끝까지 실행되든 아니든 이 블록은 항상 실행된다.
If the service user does not exist, an exception is thrown.
만약 이용자가 존재하지 않으면 예외를 던진다.
When an exception is thrown, the code following it will not be executed, and PHP will try to find the matching"catch" block.
예외가 던져지면(throw), 이후의 코드는 실행이 되지 않게되고, PHP는 일치하는 "catch" 블럭이 있는지 찾게 됩니다.
InvalidCastException exception is thrown.
InvalidCastException 예외가 throw 됩니다.
If an uncaught exception is thrown by the finalize method, the exception is ignored and finalization of that object terminates.
캐치 되지 않는 예외를 finalize 메서드가 Throw 했을 경우, 예외는 무시되어 객체의 파이나라이즈는 종료합니다.
If you attempt to commit after that point, an exception is thrown.
그 시점 이후에 적용하려고 하면 예외가 발생합니다.
In the try block, if an exception is thrown it will be caught by the first associated catch block whose type matches that of the exception..
Try 블록에서 예외가 throw되면 해당 형식이 예외와 일치하는 첫 번째 연결된 catch 블록에 의해 catch됩니다.
NET Framework version 4 and later versions, an exception is thrown;
NET Framework 4 및 이상 버전에서 예외가 발생;
If an exception is thrown during execution of a finally block, the exception is propagated to the next enclosing try statement.
Finally 블록을 실행 하는 동안 예외가 throw 되 고 동일한 finally 블록 내에서 catch 되지 않는 경우 예외는 다음 바깥쪽 try 문으로 전파 됩니다.
This method blocks untilinput data is available, the end of the stream is detected, or an exception is thrown.
이 메서드는 입력 데이터를 읽어들일 수 있게 되는지,스트림의 마지막이 검출되는지, 또는 예외가 Throw 될 때까지 블록 합니다.
Once the exception is thrown, the process of writing data into a physical page of a physical group is terminated, and a failing indication is typically reported.
일단 예외가 던져지면, 물리적 그룹의 물리적 페이지 내로 데이터를 기록하는 프로세스는 종료되고, 전형적으로 실패 표시가 보고된다.
If you exceed this bound, the element will not render, and no exception is thrown.
이 경계를 초과 하는 경우 요소는 렌더링 되지 않으며, 예외가 throw 되지 않습니다. If you exceed this bound, the element will not render, and no exception is thrown.
In the most basic use of exceptions, when an exception is thrown, the code following it will not be executed, and PHP will try to find the matching“catch” block.
예외의 일반적인 사용법(Basic Use of Exceptions)예외가 던져지면(throw), 이후의 코드는 실행이 되지 않게되고, PHP는 일치하는 "catch" 블럭이 있는지 찾게 됩니다.
By default, the stack is captured just before the exception is thrown.
기본적으로 스택 추적을 예외 개체가 throw 되기 직전 캡처됩니다. By default, the stack trace is captured immediately before an exception object is thrown.
This exception is thrown when no matching principal object could be found with the specified parameters.
예외는 지정된 매개 변수를 사용하여 일치하는 보안 주체 개체를 찾을 수 없는 경우에 throw됩니다. This exception is thrown when no matching principal object could be found with the specified parameters.
If the ChildrenAsTriggers property is set to false and the UpdateMode property is set to Always, an exception is thrown.
ChildrenAsTriggers 속성을 false로 설정 하 고 UpdateMode 속성을 Always로 설정 하는 조합은 허용 되지 않으며 예외를 throw 합니다.
However, in this particular case, an exception is thrown because there is no"h" standard date and timeformat specifier.
그러나 이 경우 "h" 표준 날짜 및 시간형식 지정자가 없으므로 예외가 발생합니다. However, in this particular case, an exception is thrown because there is no "h" standard date and timeformat specifier.
If a reference conversion fails at run time, a System.InvalidCastException exception is thrown.
런타임에 참조 변환에 실패 하는 경우는 System. InvalidCastException 예외가 throw 됩니다. If a reference conversion fails at run time, a System.InvalidCastException exception is thrown.
If it doesn't conform to an expected culture-specific pattern,a FormatException exception is thrown.
예상 되는 문화권별 패턴을 따르지 않는 경우 FormatException 예외가 throw 됩니다. If it doesn't conform to an expected culture-specific pattern,a FormatException exception is thrown.
The ExpectedException attribute causes the test method to pass if the specified exception is thrown.
ExpectedException 특성은 지정된 예외가 throw될 경우 테스트 메서드가 통과되도록 만듭니다. The ExpectedException attribute causes the test method to pass if the specified exception is thrown.
If the HttpWebRequest object throws a WebException when calling the GetResponse orEndGetResponse methods, the lifetime ends when the exception is thrown.
HttpWebRequest 개체가 GetResponse 또는 EndGetResponse 메서드를 호출할 때 WebException이 발생하는 경우 수명은 예외가 발생할 때 종료됩니다. If the HttpWebRequest object throws a WebException when calling the GetResponse or EndGetResponse methods,the lifetime ends when the exception is thrown.
If no time-out is defined in the application domain's properties, or if the time-out value is Regex.InfiniteMatchTimeout, no exception is thrown.
시간 제한이 없으며 응용 프로그램 도메인의 속성에 정의 된 제한 시간 값이 아니면 Regex. InfiniteMatchTimeout, 예외가 throw 되지 않습니다. If no time-out is defined in the application domain's properties, or if the time-out value is Regex. InfiniteMatchTimeout,no exception is thrown.
If no time-out is defined in the Regex constructor call or in the application domain's properties, or if the time-out value is Regex.InfiniteMatchTimeout, no exception is thrown.
시간 제한이 없으며 애플리케이션 도메인의 속성에 정의 된 제한 시간 값이 아니면 Regex. InfiniteMatchTimeout, 예외가 throw 되지 않습니다. If no time-out is defined in the application domain's properties, or if the time-out value is Regex. InfiniteMatchTimeout,no exception is thrown.
If no time-out is defined in the Regex constructor call or in the application domain's properties, or if the time-out value is Regex.InfiniteMatchTimeout, no exception is thrown.
제한 시간에 정의 된 경우는 Regex 생성자 호출 또는 응용 프로그램 도메인의 속성 또는 시간 제한 값이 Regex. InfiniteMatchTimeout, 예외가 throw 되지 않습니다If no time-out is defined in the Regex constructor call or in the application domain's properties, or if the time-out value is Regex. InfiniteMatchTimeout,no exception is thrown.
Results: 246, Time: 0.0473

How to use "exception is thrown" in an English sentence

Exception is thrown when the control is initialized.
This exception is thrown only on some VMs.
FIXED: An exception is thrown when editing repository.
FIX: Exception is thrown when FIPS is enabled.
This exception is thrown by the team provider API.
This exception is thrown by the helper class MetadataBuilder.
This exception is thrown by the helper class PropertyParser.
Better exception is thrown when the database is corrupt.
The exception is thrown by Chilkat.Zip.OpenFromMemory and OpenFromByteData methods.
An exception is thrown if the values are incorrect.

How to use "예외가 throw" in a Korean sentence

메시지를 처리 해야 하는 스레드가 더 이상 활성 상태가 되는 경우 예외가 throw 될 수 없습니다.
적절 한 핸들을 찾을 수 있는 경우이 메서드는 예외가 throw 됩니다.
경우 count 수보다 큰 부분을 사용할 수 있는 부분 문자열 반환 되 고 예외가 throw 되지 않습니다.
쿼리 식은 단일 개체에 없으면 예외가 throw 됩니다이 있습니다.

Word-for-word translation

Top dictionary queries

English - Korean