'宣言 Public Overrides Function CreateObjectType( _ ByVal typeId As Integer _ ) As WebObjectBase
public override WebObjectBase CreateObjectType( int typeId )
| 例外 | 解説 |
|---|---|
| System.NotSupportedException | 渡された数値の typeId が認識されないサポートされない時にスローされます。サポートされる typeId (0) を渡します。 |