2 references to STG_E_FILEALREADYEXISTS
WindowsBase (2)
Base\System\IO\Packaging\EncryptedPackage.cs (2)
525
if (comException != null && comException.ErrorCode ==
STG_E_FILEALREADYEXISTS
)
583
if (comException != null && comException.ErrorCode ==
STG_E_FILEALREADYEXISTS
)