CodeGenerator.GenerateThrowExceptionStatement Méthode

Définition

Génère du code pour l'instruction de levée d'exception spécifiée.

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)

Paramètres

e
CodeThrowExceptionStatement

Instruction pour laquelle générer le code.

S’applique à

Voir aussi