다음을 통해 공유


OpCodes.Throw 필드

정의

현재 계산 스택에 있는 예외 개체를 throw합니다.

public: static initonly System::Reflection::Emit::OpCode Throw;
public static readonly System.Reflection.Emit.OpCode Throw;
 staticval mutable Throw : System.Reflection.Emit.OpCode
Public Shared ReadOnly Throw As OpCode 

필드 값

설명

다음 표에는 간단한 참조 요약과 함께 명령의 16진수 및 MSIL(Microsoft Intermediate Language) 어셈블리 형식이 나와 있습니다.

서식 어셈블리 형식 Description
7A throw 예외를 throw합니다.

스택 전환 동작은 순차적으로 다음과 같습니다.

  1. 개체 참조(예외)가 스택에 푸시됩니다.

  2. 개체 참조가 스택에서 팝되고 예외가 throw됩니다.

명령은 throw 현재 스택에 있는 예외 개체(형식 O)를 throw합니다.

NullReferenceException 개체 참조가 null 참조인 경우 throw됩니다.

다음 Emit 메서드 오버로드는 opcode를 throw 사용할 수 있습니다.

적용 대상