5 instantiations of EndOfStreamException
mscorlib (2)
system\io\__error.cs (1)
34
throw new
EndOfStreamException
(Environment.GetResourceString("IO.EOF_ReadBeyondEOF"));
system\resources\resourcereader.cs (1)
491
throw new
EndOfStreamException
(Environment.GetResourceString("BadImageFormat_ResourceNameCorrupted_NameIndex", index));
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
1158
throw new
EndOfStreamException
();
System (1)
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2959
throw new
EndOfStreamException
();
System.Web (1)
UI\WebParts\ImportCatalogPart.cs (1)
205
throw new
EndOfStreamException
();
7 references to EndOfStreamException
mscorlib (4)
system\resources\resourcereader.cs (3)
593
catch (
EndOfStreamException
eof) {
669
catch (
EndOfStreamException
eof) {
874
catch (
EndOfStreamException
eof) {
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
252
catch (
EndOfStreamException
)
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
194
catch (
EndOfStreamException
)
System.Transactions (1)
System\Transactions\TransactionManager.cs (1)
241
catch ( System.IO.
EndOfStreamException
e )
System.Web (1)
State\SessionStateUtil.cs (1)
181
catch (
EndOfStreamException
) {