CodeThrowExceptionStatement コンストラクター

定義

CodeThrowExceptionStatement クラスの新しいインスタンスを初期化します。

オーバーロード

CodeThrowExceptionStatement()

CodeThrowExceptionStatement クラスの新しいインスタンスを初期化します。

CodeThrowExceptionStatement(CodeExpression)

例外型のインスタンスを指定して、CodeThrowExceptionStatement クラスの新しいインスタンスを初期化します。

CodeThrowExceptionStatement()

ソース:
CodeThrowExceptionStatement.cs
ソース:
CodeThrowExceptionStatement.cs
ソース:
CodeThrowExceptionStatement.cs

CodeThrowExceptionStatement クラスの新しいインスタンスを初期化します。

public:
 CodeThrowExceptionStatement();
public CodeThrowExceptionStatement ();
Public Sub New ()

適用対象

CodeThrowExceptionStatement(CodeExpression)

ソース:
CodeThrowExceptionStatement.cs
ソース:
CodeThrowExceptionStatement.cs
ソース:
CodeThrowExceptionStatement.cs

例外型のインスタンスを指定して、CodeThrowExceptionStatement クラスの新しいインスタンスを初期化します。

public:
 CodeThrowExceptionStatement(System::CodeDom::CodeExpression ^ toThrow);
public CodeThrowExceptionStatement (System.CodeDom.CodeExpression toThrow);
new System.CodeDom.CodeThrowExceptionStatement : System.CodeDom.CodeExpression -> System.CodeDom.CodeThrowExceptionStatement
Public Sub New (toThrow As CodeExpression)

パラメーター

toThrow
CodeExpression

スローする例外を示す CodeExpression

こちらもご覧ください

適用対象