ControlFlowBuilder.AddFilterRegion 메서드

정의

Catch 영역을 추가합니다.

public:
 void AddFilterRegion(System::Reflection::Metadata::Ecma335::LabelHandle tryStart, System::Reflection::Metadata::Ecma335::LabelHandle tryEnd, System::Reflection::Metadata::Ecma335::LabelHandle handlerStart, System::Reflection::Metadata::Ecma335::LabelHandle handlerEnd, System::Reflection::Metadata::Ecma335::LabelHandle filterStart);
public void AddFilterRegion (System.Reflection.Metadata.Ecma335.LabelHandle tryStart, System.Reflection.Metadata.Ecma335.LabelHandle tryEnd, System.Reflection.Metadata.Ecma335.LabelHandle handlerStart, System.Reflection.Metadata.Ecma335.LabelHandle handlerEnd, System.Reflection.Metadata.Ecma335.LabelHandle filterStart);
member this.AddFilterRegion : System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle * System.Reflection.Metadata.Ecma335.LabelHandle -> unit
Public Sub AddFilterRegion (tryStart As LabelHandle, tryEnd As LabelHandle, handlerStart As LabelHandle, handlerEnd As LabelHandle, filterStart As LabelHandle)

매개 변수

tryStart
LabelHandle

Try 블록의 첫 번째 명령을 표시하는 레이블입니다.

tryEnd
LabelHandle

Try 블록의 바로 다음 명령을 표시하는 레이블입니다.

handlerStart
LabelHandle

처리기의 첫 번째 명령을 표시하는 레이블입니다.

handlerEnd
LabelHandle

처리기의 바로 다음 명령을 표시하는 레이블입니다.

filterStart
LabelHandle

필터 블록의 첫 번째 명령을 표시하는 레이블입니다.

예외

이 작성기가 연결된 명령 인코더에서 레이블을 정의하지 않았습니다.

레이블에는 기본값이 있습니다.

적용 대상