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