Aracılığıyla paylaş


CodeGenerator.GenerateThrowExceptionStatement Yöntem

Tanım

Belirtilen throw özel durum deyimi için kod oluşturur.

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)

Parametreler

e
CodeThrowExceptionStatement

Için kod oluşturulacak deyim.

Şunlara uygulanır

Ayrıca bkz.