CodeGenerator.GenerateThrowExceptionStatement Méthode

Définition

Génère du code pour l’instruction d’exception throw 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 du code.

S’applique à

Voir aussi