An LBM SDM Exception indicating a value was provided but is out of range. Where possible, additional data about the invalid data and the valid range is dumped.
More...
|
|
| LBMSDMOutOfRangeException () |
| | Generic Constructor.
|
| |
| | LBMSDMOutOfRangeException (System.String s) |
| | Generic Constructor including a string. More...
|
| |
| | LBMSDMOutOfRangeException (System.String s, int v, int low, int high) |
| | Constructor including field data. More...
|
| |
| | LBMSDMOutOfRangeException (System.String s, short v, short low, short high) |
| | Constructor including field data. More...
|
| |
| | LBMSDMOutOfRangeException (System.String s, long v, long low, long high) |
| | Constructor including field data. More...
|
| |
| | LBMSDMOutOfRangeException (System.String s, System.Decimal v, System.Decimal low, System.Decimal high) |
| | Constructor including field data. More...
|
| |
An LBM SDM Exception indicating a value was provided but is out of range. Where possible, additional data about the invalid data and the valid range is dumped.
| com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException |
( |
System.String |
s | ) |
|
Generic Constructor including a string.
- Parameters
-
| com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException |
( |
System.String |
s, |
|
|
int |
v, |
|
|
int |
low, |
|
|
int |
high |
|
) |
| |
Constructor including field data.
- Parameters
-
| s | Exception message |
| v | Value out of range |
| low | Low value of range |
| high | High value of range |
| com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException |
( |
System.String |
s, |
|
|
short |
v, |
|
|
short |
low, |
|
|
short |
high |
|
) |
| |
Constructor including field data.
- Parameters
-
| s | Exception message |
| v | Value out of range |
| low | Low value of range |
| high | High value of range |
| com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException |
( |
System.String |
s, |
|
|
long |
v, |
|
|
long |
low, |
|
|
long |
high |
|
) |
| |
Constructor including field data.
- Parameters
-
| s | Exception message |
| v | Value out of range |
| low | Low value of range |
| high | High value of range |
| com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException |
( |
System.String |
s, |
|
|
System.Decimal |
v, |
|
|
System.Decimal |
low, |
|
|
System.Decimal |
high |
|
) |
| |
Constructor including field data.
- Parameters
-
| s | Exception message |
| v | Value out of range |
| low | Low value of range |
| high | High value of range |
The documentation for this class was generated from the following file:
- LBMSDMOutOfRangeException.cs