5 references to UnsupportedCombinationOfModeAccess
System.IO.Packaging (5)
System\IO\Packaging\Package.cs (4)
863
throw new ArgumentException(SR.
UnsupportedCombinationOfModeAccess
);
865
throw new ArgumentException(SR.
UnsupportedCombinationOfModeAccess
);
867
throw new ArgumentException(SR.
UnsupportedCombinationOfModeAccess
);
869
throw new NotSupportedException(SR.
UnsupportedCombinationOfModeAccess
);
System\IO\Packaging\PackagePart.cs (1)
696
throw new IOException(SR.
UnsupportedCombinationOfModeAccess
);