Compartilhar via


CodeGenerator.GenerateThrowExceptionStatement Método

Definição

Gera código para a instrução throw exception 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

A instrução para a qual gerar código.

Aplica-se a

Confira também