CodeGenerator.GenerateThrowExceptionStatement Methode

Definition

Generiert Code für die angegebene Auslösenausnahme-Anweisung.

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)

Parameter

e
CodeThrowExceptionStatement

Die Anweisung, für die Code generiert werden soll.

Gilt für:

Weitere Informationen