Bagikan melalui


CodeGenerator.GenerateThrowExceptionStatement Metode

Definisi

Menghasilkan kode untuk pernyataan pengecualian lemparan yang ditentukan.

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)

Parameter

e
CodeThrowExceptionStatement

Pernyataan untuk menghasilkan kode.

Berlaku untuk

Lihat juga