ThrowOnOverflow
Gets a value indicating whether an OverflowException should be thrown when
the buffer capacity is insufficient. If false
, the Append
method should return false
without exception.
Declaration
public bool ThrowOnOverflow { get; }
Property Value
Type | Description |
---|---|
bool |