'Declaration
Public Property MaxValue As Decimal
'Usage
Dim instance As GcNumber Dim value As Decimal instance.MaxValue = value value = instance.MaxValue
public decimal MaxValue {get; set;}
'Declaration
Public Property MaxValue As Decimal
'Usage
Dim instance As GcNumber Dim value As Decimal instance.MaxValue = value value = instance.MaxValue
public decimal MaxValue {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is less than MinValue or greater than the defalut value. |