CsvWriter.WriteRecord Method |
Namespace: Dundas.BI.Utility
Exception | Condition |
---|---|
ArgumentNullException | fieldValues is null. |
InvalidOperationException | The TextWriter has not been instantiated. Use CsvWriter(TextWriter) constructor to create instance of this class. |