Condividi tramite


CodeGenerator.GenerateThrowExceptionStatement Metodo

Definizione

Genera il codice per l'istruzione specificata di generazione di un'eccezione.

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)

Parametri

e
CodeThrowExceptionStatement

Istruzione per cui generare il codice.

Si applica a

Vedi anche