[]
Initializes a new instance of the FileStreamProvider class.
public FileStreamProvider(DirectoryInfo baseOutputDirectory, string outputFileNamePrefix)
Type | Name | Description |
---|---|---|
DirectoryInfo | baseOutputDirectory | a DirectoryInfo to save the file streams to. |
string | outputFileNamePrefix | a string value indicating the name to place at the beginning of the files created. |
Type | Condition |
---|---|
ArgumentNullException | Thrown if the base output directory argument is null. |