次の方法で共有


CodeGenerator.GenerateThrowExceptionStatement メソッド

指定した throw 例外ステートメントのコードを生成します。

Protected MustOverride Sub GenerateThrowExceptionStatement( _
   ByVal e As CodeThrowExceptionStatement _)
[C#]
protected abstract void GenerateThrowExceptionStatement(CodeThrowExceptionStatemente);
[C++]
protected: virtual void GenerateThrowExceptionStatement(CodeThrowExceptionStatement* e) = 0;
[JScript]
protected abstract function GenerateThrowExceptionStatement(
   e : CodeThrowExceptionStatement);

パラメータ

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodeGenerator クラス | CodeGenerator メンバ | System.CodeDom.Compiler 名前空間 | CodeThrowExceptionStatement