| FileReadAllText Method (String) | 
Namespace: CMS.AzureStorage
public override string ReadAllText( 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 |