3 writes to _erroredOutException
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
550_erroredOutException = new NotSupportedException(SR.ByteRangeRequestIsNotSupported); 561_erroredOutException = e; 569_erroredOutException = null;
1 reference to _erroredOutException
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
433throw new InvalidOperationException(SR.ByteRangeDownloaderErroredOut, _erroredOutException);