CodeGenerator.GenerateThrowExceptionStatement Metoda

Definicja

Generuje kod dla określonej instrukcji wyjątku 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

Instrukcja do wygenerowania kodu dla.

Dotyczy

Zobacz też