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