Trace |
public override void Write( char[] buffer, int index, int count )
| Exception | Condition |
|---|---|
| ArgumentException | The buffer length minus index is less than count. |
| ArgumentNullException | The buffer parameter is . |
| ArgumentOutOfRangeException | index or count is negative. |
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |