Initializes a new instance of the NullableDecimal structure using a decimal value represented in binary and contained in a specified array.
Exception Type | Condition |
---|---|
ArgumentNullException | bits is a null reference (Nothing in Visual Basic). |
ArgumentException |
The length of the bits is not 4
-or- the representation of the decimal value in bits is not valid. |
NullableDecimal Class | NullableTypes Namespace | NullableDecimal Constructor Overload List