Sdílet prostřednictvím


CodeGenerator.GenerateThrowExceptionStatement Metoda

Definice

Vygeneruje kód pro zadaný příkaz výjimky 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)

Parametry

e
CodeThrowExceptionStatement

Příkaz pro vygenerování kódu pro.

Platí pro

Viz také