23 references to FilterErrorCode
PresentationFramework (23)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
139(int)FilterErrorCode.FILTER_E_NO_TEXT); 153(int)FilterErrorCode.FILTER_E_NO_MORE_VALUES);
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
92(int)FilterErrorCode.FILTER_E_NO_TEXT);
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
311(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS);
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (4)
132(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 225(int)FilterErrorCode.FILTER_E_END_OF_CHUNKS); 238(int)FilterErrorCode.FILTER_E_NO_TEXT); 253(int)FilterErrorCode.FILTER_E_NO_VALUES);
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (5)
246throw new COMException(SR.Get(SRID.FilterGetChunkNoStream), (int)FilterErrorCode.FILTER_E_ACCESS); 269throw new COMException(xmlException.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 303SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_TEXT); 308SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_MORE_TEXT); 328SecurityHelper.ThrowExceptionForHR((int)FilterErrorCode.FILTER_E_NO_VALUES);
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (10)
87(int)FilterErrorCode.FILTER_E_ACCESS); 97if (ex.ErrorCode == (int)FilterErrorCode.FILTER_E_END_OF_CHUNKS) 122(int)FilterErrorCode.FILTER_E_ACCESS); 169(int)FilterErrorCode.FILTER_E_ACCESS); 208(int)FilterErrorCode.FILTER_E_ACCESS); 293(int)FilterErrorCode.FILTER_E_ACCESS); 440throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 444throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT); 581throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_ACCESS); 585throw new COMException(ex.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);