Copies the content of a one stream into another.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
Parameters
- dest
- Type: System.IO..::.Stream
A destination stream.
- src
- Type: System.IO..::.Stream
A source stream.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | dest is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::.ArgumentNullException | src is nullNothingnullptra null reference (Nothing in Visual Basic). |