ConsoleWrite Method (String, Object) |
Namespace: System
public static void Write( string format, params Object[] arg )
Exception | Condition |
---|---|
IOException | An I/O error occurred. |
ArgumentNullException | format or arg is null. |
FormatException | The format specification in format is invalid. |