| InvalidOperationException | x is NaN | 
| OverflowException | x is infinite or outside the Currency limits | 
| UnderflowException | x is too small to be represented as Currency | 
| InexactException | x cannot be represented exactly | 
Notes: The Microsoft currency data type is stored as long always scaled by 10-4
Converts the specified value to/from Microsoft currency data type;