Поделиться через


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

Оператор, для которого необходимо создать код.

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

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