다음을 통해 공유


CodeGenerator.GenerateThrowExceptionStatement 메서드

정의

지정된 예외 throw 문에 대한 코드를 생성합니다.

protected:
 abstract void GenerateThrowExceptionStatement(System::CodeDom::CodeThrowExceptionStatement ^ e);
protected abstract void GenerateThrowExceptionStatement (System.CodeDom.CodeThrowExceptionStatement e);
abstract member GenerateThrowExceptionStatement : System.CodeDom.CodeThrowExceptionStatement -> unit
Protected MustOverride Sub GenerateThrowExceptionStatement (e As CodeThrowExceptionStatement)

매개 변수

e
CodeThrowExceptionStatement

코드를 생성할 문입니다.

적용 대상

추가 정보