| FileOpenRead Method |
Namespace: CMS.AzureStorage
public override FileStream OpenRead( string path )
| Exception | Condition |
|---|---|
| ArgumentNullException | path is null |
| ArgumentException | path is empty or contains invalid characters |
| PathTooLongException | path is too long |
| FileNotFoundException | path does not exist |