LBM .Net API Documentation
LBMSDMOutOfRangeException Class
Namespacescom.latencybusters.lbm.sdmLBMSDMOutOfRangeException
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.
Declaration Syntax
C#
[SerializableAttribute]
public class LBMSDMOutOfRangeException : LBMSDMException
Members
All MembersConstructors



IconMemberDescription
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

Inheritance Hierarchy
Object
Exception
 LBMSDMException
  LBMSDMOutOfRangeException

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0