Writes a subarray of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter .
Type Reason ArgumentException (index + count ) is greater than the length of buffer. System.IO.IOException An I/O error occurred. ArgumentOutOfRangeException index or count is negative. ArgumentNullException buffer is null.
This version of Console.WriteLine is equivalent to Console.Out.WriteLine( buffer, index, count ).
The default line terminator is the value of the Environment.NewLine property. The line terminator can be set using the System.IO.TextWriter.NewLine property of the Console.Out stream.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0