Constructors
Name | Description | |
---|---|---|
StreamReadException()()()() |
Simple constructor.
| |
StreamReadException(String) |
This creates a StreamReadException with a message that includes the stream name.
| |
StreamReadException(String, Exception) |
This creates a StreamReadException with a message that includes the stream name and an exception.
| |
StreamReadException(String, String) |
This creates a StreamReadException with a message that includes the stream name and an error message.
|