Html |
public void WriteMarkupText( char[] buffer, int index, int count )
Exception | Condition |
---|---|
ArgumentNullException | buffer is null. |
ArgumentOutOfRangeException | index is less than zero or greater than the length of buffer. -or- index and count do not specify a valid range in the buffer. |
ObjectDisposedException | The HtmlWriter has been disposed. |