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