In This Topic
Sets the position within the current stream.
Syntax
'Declaration
Public Overrides Function Seek( _
ByVal As System.Long, _
ByVal As System.IO.SeekOrigin _
) As System.Long
public override System.long Seek(
System.long ,
System.IO.SeekOrigin
)
Parameters
- offset
- origin
Exceptions
Exception | Description |
System.InvalidOperationException | Attempted to seek outside of the bounds of the stream. |
See Also