Constructors

  NameDescription
Public methodStreamReadException()()()()
Simple constructor.
Public methodStreamReadException(String)
This creates a StreamReadException with a message that includes the stream name.
Public methodStreamReadException(String, Exception)
This creates a StreamReadException with a message that includes the stream name and an exception.
Public methodStreamReadException(String, String)
This creates a StreamReadException with a message that includes the stream name and an error message.

See Also