NULL REFERENCE 한국어 뜻 - 한국어 번역

[nʌl 'refrəns]
[nʌl 'refrəns]
null 참조
null reference
null reference

영어에서 Null reference 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Added check to prevent null reference during initialization.
초기화시 널 참조를 방지하기 위한 추가.
Via Null References: The Billion Dollar Mistake.
Null References 는 10억 달러짜리 실수 (The Billion Dollar Mistake) 라고.
I have tried a few different approaches but I'm getting a null reference error every time.
몇 가지 접근 방식을 시도했지만 null 참조 오류가 매번 발생합니다.
Take a look at Null References: The Billion Dollar Mistake.
Null References 는 10억 달러짜리 실수 (The Billion Dollar Mistake) 라고.
The exception that is the cause of the current exception, or a null reference Nothing in Visual.
내부 예외를 지정하지 않은 경우 null 참조(Visual Basic의 경우 Nothing)입니다.
The main goal of offline mode is to disable null references and other errors when using PhotonNetwork functionality while not connected.
오프라인 모드의 주요 목적은 연결이 되지 않았을 때 null 참조가 되지 않도록 하고 PhotonNetwork 기능을 사용할 때 오류가 발생하지 않도록 하는 것 입니다.
This exception is called the base exception and its InnerException property always contains a null reference.
이 예외는 기본 예외 호출 되 고 InnerException 속성은 항상 null 참조를 포함 합니다. This exception is called the base exception and its InnerException property always contains a null reference.
Delegate type A null reference or a reference to an instance of that delegate type.
대리자 형식Delegate type Null 참조 또는 해당 대리자 형식의 인스턴스에 대 한 참조입니다.A null reference or a reference to an instance of that delegate type.
In the second example, a reference type variable is updated only if it is a null reference(Nothing in Visual Basic).
두 번째 예제에서 참조 형식 변수는 null 참조인 경우에만 업데이트됩니다(Visual Basic에서 Nothing). In the second example, a reference type variable is updated only if it is a null reference (Nothing in Visual Basic).
The value can be a null reference(Nothing in Visual Basic) for reference types.
값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다. The value can be a null reference (Nothing in Visual Basic) for reference types.
There arises a new class of bugs where you get your XML config or your annotations wrong and you can spend a lot of time finding out why your IoC container injects a null reference into one of your objects under certain conditions.
XML 설정이나 주석을 잘못 만든 새로운 클래스의 버그가 발생하고 IoC 컨테이너가 특정 조건에서 객체 중 하나에 Null 참조를 삽입하는 이유를 찾는 데 많은 시간을 할애 할 수 있습니다.
In Java, access to a null reference triggers a NullPointerException(NPE), which can be caught by error handling code, but the preferred practice is to ensure that such exceptions never occur.
Java에서, 널 참조에 대한 접근은 NullPointerException (NPE)을 초래하는데, 이것은 오류 처리 코드에 의해 잡힐 수 있지만 선호되는 것은 이러한 예외들이 절대 일어나지 않게 하는 것이다.
Nullable Supports a value type that can be assigned nulla null reference(Nothing in Visual Basic) like a reference type.
값은 참조 형식의 경우 null 참조(Visual Basic에서는 Nothing)일 수 있습니다. The value can be a null reference (Nothing in Visual Basic) for reference types.
A null reference, a reference to an object of any reference type, or a reference to a boxed value of any value type.
Object Null 참조, 참조 형식의 개체에 대 한 참조 또는 모든 값 형식의 boxed 값에 대 한 참조A null reference, a reference to an object of any reference type, or a reference to a boxed value of any value type.
Any operation that attempts to reference a null reference in verifiable code throws a NullReferenceException exception.
안정형 코드에서 null 참조를 참조 하려고 시도 하는 작업은 NullReferenceException 예외를 발생 시킵니다. Any operation that attempts to reference a null reference in verifiable code throws a NullReferenceException exception.
In computer science, a null value representsa reference that points, generally intentionally, to a nonexistent or invalid{{glossary(“object”)}} or address. The meaning of a null reference varies among language implementations.
컴퓨터 과학에서, null 값은 일반적으로 존재하지 않거나 유효하지 않은 {{glossary (“object”)}}또는 주소를 의도적으로 가리키는 참조를 나타냅니다. null 참조의 의미는 언어의 구현에 따라 다양합니다.
Array type A null reference, a reference to an instance of that array type, or a reference to an instance of a compatible array type.
배열 형식Array type Null 참조, 해당 배열 형식의 인스턴스에 대 한 참조 또는 호환 되는 배열 형식의 인스턴스에 대 한 참조입니다.A null reference, a reference to an instance of that array type, or a reference to an instance of a compatible array type.
If the InnerException property of the current exception is a null reference(Nothing in Visual Basic), this property returns the current exception.
현재 예외의 InnerException 속성이 null 참조(Visual Basic에서는Nothing )인 경우, 이 속성은 현재 예외를 반환합니다. If the InnerException property of the current exception is a null reference (Nothing in Visual Basic), this property returns the current exception.
Interface type A null reference, a reference to an instance of a class type that implements that interface type, or a reference to a boxed value of a value type that implements that interface type.
인터페이스 유형Interface type Null 참조, 해당 인터페이스 형식을 구현 하는 클래스 형식의 인스턴스에 대 한 참조 또는 해당 인터페이스 형식을 구현 하는 값 형식의 boxed 값에 대 한 참조입니다.A null reference, a reference to an instance of a class type that implements that interface type, or a reference to a boxed value of a value type that implements that interface type.
The exception that is thrown when a null reference(Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
Null 참조를 올바른 인수로 받아들이지 않는 메서드에 null 참조(Visual Basic에서는 Nothing)가 전달되면 발생되는 예외입니다. The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
ArgumentNullException- It happens when a null reference(Nothing in Visual Basic) is passed to a method that doesn't consider it as a valid argument.
Null 참조를 올바른 인수로 받아들이지 않는 메서드에 null 참조(Visual Basic에서는 Nothing)가 전달되면 발생되는 예외입니다. The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
Boxing a value of a nullable_type produces a null reference if it is the null value(HasValue is false), or the result of unwrapping and boxing the underlying value otherwise.
Nullable_type 의 값을 Boxing 하면 null 값 (HasValue false) 이거나, 래핑 해제의 결과인 경우 null 참조가 생성 되 고, 그렇지 않은 경우에는 기본 값이 사용 됩니다. Boxing a value of a nullable_type produces a null reference if it is the null value (HasValue is false), or the result of unwrapping and boxing the underlying value otherwise.
Short- The target of a short weak reference becomes null when the object is reclaimed by garbage collection.
가비지 수집에서 개체를 회수하는 경우 Short Weak Reference의 대상은 null이 됩니다. The target of a short weak reference becomes null when the object is reclaimed by garbage collection.
A call to a static method generates a call instruction in Microsoft intermediate language(MSIL), whereas a call to an instance methodgenerates a callvirt instruction, which also checks for a null object references.
정적 메서드를 호출하면 MSIL(Microsoft Intermediate Language)로 호출 명령이 생성되는 반면, 인스턴스 메서드를 호출하면 null 개체 참조도 확인하는 callvirt 명령이 생성됩니다.A call to a static method generates a call instruction in Microsoft intermediate language ( MSIL ), whereas a call to an instance method generates a callvirt instruction,which also checks for a null object references.
결과: 24, 시각: 0.0437

영어 문장에서 "null reference"를 사용하는 방법

Fixed null reference exception when starting a client.
Where is the null reference exception coming from?
The following line throws a null reference exception.
You will not get a null reference exception!
Fixed Null reference exception when setting Default Material.
Unexpected null reference - how can this happen?
Fixed null reference exception when no focus window.
Fixed a null reference crash related to sleep.
How can you resolved the null reference exception?
This code snippet will cause Null Reference Exception.

한국어 문장에서 "null 참조"를 사용하는 방법

Null 참조 입력 인수를 지정할 때 메서드가 호출되는지 여부를 나타냅니다. 기본값은 true입니다.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어