The RadMaskedEditBox wil throw an exception if set the custom culture with empty CurrencySymbol and MaskType is set to Numeric.
Workaround:
Set the CurrencySimbol to space char:
cultureInfo.NumberFormat.CurrencySymbol = " "
this.radMaskedEditBox1.Culture = cultureInfo