ProcessErrorWriter sealed class ProcessErrorWriter : IProcessErrorWriter, IDisposable Represents a class object that writes all process errors to a CSV file. This class cannot be inherited. Documentation Code public bool HasErrors { get; } public ProcessErrorWriter(IFileSystem fileSystem, ILog logger) Initializes a new instance of the ProcessErrorWriter class. public ProcessErrorReport BuildErrorReport(CancellationToken token) public void Close() public void Dispose() public void Write(string key, string description)