CodeGenerator.GenerateTryCatchFinallyStatement Метод

Определение

Создает код для указанной try-catch-finally инструкции.

protected:
 abstract void GenerateTryCatchFinallyStatement(System::CodeDom::CodeTryCatchFinallyStatement ^ e);
protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e);
abstract member GenerateTryCatchFinallyStatement : System.CodeDom.CodeTryCatchFinallyStatement -> unit
Protected MustOverride Sub GenerateTryCatchFinallyStatement (e As CodeTryCatchFinallyStatement)

Параметры

e
CodeTryCatchFinallyStatement

Инструкция для создания кода.

Применяется к

См. также раздел