3 writes to _erroredOutException
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
545_erroredOutException = new NotSupportedException(SR.ByteRangeRequestIsNotSupported); 556_erroredOutException = e; 564_erroredOutException = null;
1 reference to _erroredOutException
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
428throw new InvalidOperationException(SR.ByteRangeDownloaderErroredOut, _erroredOutException);