JsonStreamReader<(Of <(<'T>)>)> Constructor
Initializes a new instance of the JsonStreamReader<(Of <(<'T>)>)> class.
Namespace:
WalterAssembly: Walter (in Walter.dll)
Syntax
Parameters
- jsonStream
- Type: Stream
The json stream (will not be disposed by the reader).
- settings
- Type: Nullable<(Of <(<'JsonSerializerSettings>)>)>
The settings.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | jsonStream |
| JsonReaderException | Reading from the stream is not possible |

