CodeGenerator.GenerateThrowExceptionStatement メソッド

定義

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

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)

パラメーター

e
CodeThrowExceptionStatement

コードを生成するステートメント。

適用対象

こちらもご覧ください