FileMove Method |
Namespace: CMS.AzureStorage
public override void Move( string sourceFileName, string destFileName )
Exception | Condition |
---|---|
ArgumentNullException | sourceFileName or destFileName is null |
ArgumentException | sourceFileName or destFileName is empty or contains invalid characters |
PathTooLongException | sourceFileName or destFileName is too long |
FileNotFoundException | sourceFileName does not exist |
IOException | Both sourceFileName and destFileName lead to the same file |