In Visual J++, this constructor creates an output file that is not connected to anything.
In the .NET Framework, there is no direct equivalent.
To correct this error
- Use the System.IO.StreamWriter class. However, this class does not have an empty constructor.
See Also
Process Class | StreamWriter Class | System.IO Namespace