CodeGenerator.GenerateThrowExceptionStatement Метод

Определение

Создает код для указанной инструкции создания исключений.

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)

Параметры

e
CodeThrowExceptionStatement

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

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

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