'宣言 Public Function New( _ ByVal xmlTemplate As System.IO.Stream _ )
public TemplateBasedExtractor( System.IO.Stream xmlTemplate )
パラメータ
- xmlTemplate
- この TemplateBasedExtractor によって使用される XML で表現されたテンプレート。
'宣言 Public Function New( _ ByVal xmlTemplate As System.IO.Stream _ )
public TemplateBasedExtractor( System.IO.Stream xmlTemplate )
| 例外 | 解説 |
|---|---|
| System.ArgumentException | メソッドに渡された引数のいずれかが無効な場合にスローされる例外。 |
| System.ArgumentNullException | null 参照 (Visual Basic では Nothing) を有効な引数として受け付けないメソッドに null 参照を渡した場合にスローされる例外。 |