| FileCopy Method (String, String) |
Namespace: CMS.AzureStorage
public override void Copy( 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 | destFileName already exists |