public override void SetLength(
long value
)
Public Overrides Sub SetLength (
value As Long
)
public:
virtual void SetLength(
long long value
) override
function SetLength(value);
ArgumentOutOfRangeException | Attempted to set the value parameter to less than 0. |
IOException | An I/O error occurs. |
NotSupportedException | The stream does not support both writing and seeking. |
ObjectDisposedException | Methods were called after the stream was closed. |