Hi Maas,
is it possible to you to avoid this line:
public ISIN(string isinWithOrWithoutCheckDigit)
{
if (!IsValidFormatted(isinWithOrWithoutCheckDigit))
{
throw new ArgumentException("The ISIN value is not valid formatted.", "isinWithOrWithoutCheckDigit"); // <--
}
infact in the IDSearchDownload will throw an exception, and you wont have
results ...
Angel
Original issue reported on code.google.com by i...@advancedcomputing.ch on 23 Mar 2012 at 10:45
Original issue reported on code.google.com by
i...@advancedcomputing.ch
on 23 Mar 2012 at 10:45