バージョン

PasteErrorEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal nodes As SelectedNodesCollection, _
   ByVal exception As Exception _
)
public PasteErrorEventArgs( 
   SelectedNodesCollection nodes,
   Exception exception
)

パラメータ

nodes
貼り付けられようとしていたノードのコレクション (読み取り専用)。
exception
スローされた例外。
参照