5 instantiations of InvalidDataException
System (5)
sys\System\IO\compression\Inflater.cs (5)
595throw new InvalidDataException(); 602throw new InvalidDataException(); 613throw new InvalidDataException(); 624throw new InvalidDataException(); 650throw new InvalidDataException();
16 references to InvalidDataException
System (6)
net\System\Net\HttpWebResponse.cs (6)
763if(e is System.IO.InvalidDataException || e is InvalidOperationException || e is IndexOutOfRangeException){ 785if(e is System.IO.InvalidDataException || e is InvalidOperationException || e is IndexOutOfRangeException){ 814if(e is System.IO.InvalidDataException || e is InvalidOperationException || e is IndexOutOfRangeException){ 869if(e is System.IO.InvalidDataException || e is InvalidOperationException || e is IndexOutOfRangeException){ 891if(e is System.IO.InvalidDataException || e is InvalidOperationException || e is IndexOutOfRangeException){ 919if(e is System.IO.InvalidDataException || e is InvalidOperationException || e is IndexOutOfRangeException){
System.ServiceModel (10)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
642catch (InvalidDataException)
System\ServiceModel\Channels\FramingDecoders.cs (9)
448protected Exception CreateException(InvalidDataException innerException, string framingFault) 455protected Exception CreateException(InvalidDataException innerException) 520catch (InvalidDataException e) 819catch (InvalidDataException e) 955catch (InvalidDataException e) 1148catch (InvalidDataException e) 1256catch (InvalidDataException e) 1522catch (InvalidDataException e) 1646catch (InvalidDataException e)