Class StreamAlreadyReadException
Thrown when an attempt is made to read a stream of results more than once.
Implements
Inherited Members
Namespace: Couchbase.Core.Exceptions
Assembly: Couchbase.NetClient.dll
Syntax
public class StreamAlreadyReadException : CouchbaseException, ISerializable
Constructors
| Edit this page View SourceStreamAlreadyReadException()
Declaration
public StreamAlreadyReadException()
StreamAlreadyReadException(string)
Declaration
public StreamAlreadyReadException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
StreamAlreadyReadException(string, Exception)
Declaration
public StreamAlreadyReadException(string message, Exception innerException)