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.

C# |
[SerializableAttribute] public class LBMSDMOutOfRangeException : LBMSDMException

All Members | Constructors | ||||
Icon | Member | Description |
---|---|---|
![]() | LBMSDMOutOfRangeException()()() | Generic Constructor |
![]() | LBMSDMOutOfRangeException(String) | Generic Constructor including a string |
![]() | LBMSDMOutOfRangeException(String, Int32, Int32, Int32) | Constructor including field data |
![]() | LBMSDMOutOfRangeException(String, Int16, Int16, Int16) | Constructor including field data |
![]() | LBMSDMOutOfRangeException(String, Int64, Int64, Int64) | Constructor including field data |
![]() | LBMSDMOutOfRangeException(String, Decimal, Decimal, Decimal) | Constructor including field data |

Object | |||
![]() | Exception | ||
![]() | LBMSDMException | ||
![]() | LBMSDMOutOfRangeException |