FileCreateText Method |
Namespace: CMS.AzureStorage
public override StreamWriter CreateText( string path )
Exception | Condition |
---|---|
ArgumentNullException | path is null |
ArgumentException | path is empty or contains invalid characters |
PathTooLongException | path is too long |