Loads a stream.
 
    Namespace: 
   BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# | 
|---|
public void Load( Stream inputStream )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Load ( _ inputStream As Stream _ )  | 
| Visual C++ | 
|---|
public: void Load( Stream^ inputStream )  | 
Parameters
- inputStream
 - Type: System.IO..::.Stream
The input stream to be loaded. 
Remarks
 Loads the contents of the 
 inputStream
 parameter into the 
 Contents
 property.
 
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | The value of the inputStream parameter is a null reference (Nothing in Visual Basic). |