ErrorMessageWriter<T>
Class that is specialized in writing error messages to the error message file.
            
                
Gets a value indicating whether this class created a file. There are 2 possibilities:
            - There is no file
            - There is a file, and there is something in it.
            
Gets the location this writer is writing to.
            
Initializes a new instance of the  ErrorMessageWriter<T> class.
            
public ErrorMessageWriter()
Initializes a new instance of the  ErrorMessageWriter<T> class.
            
Writes an error message to the error file.