3 writes to _erroredOutException
PresentationCore (3)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (3)
549
_erroredOutException
= new NotSupportedException(SR.ByteRangeRequestIsNotSupported);
560
_erroredOutException
= e;
568
_erroredOutException
= null;
1 reference to _erroredOutException
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
432
throw new InvalidOperationException(SR.ByteRangeDownloaderErroredOut,
_erroredOutException
);