CodeGenerator.GenerateThrowExceptionStatement Método

Definición

Genera código para la instrucción de producción de excepción especificada.

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)

Parámetros

e
CodeThrowExceptionStatement

Instrucción para la que se va a generar código.

Se aplica a

Consulte también