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