'宣言 Public Function New( _ ByVal value As Double, _ ByVal unitType As TableExtentUnitType _ )
public TableExtent( double value, TableExtentUnitType unitType )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | 値が負または範囲外 (unitType に基づく) の場合。 |
System.ArgumentException | unitType が有効でない場合。 |