C# Class Couchbase.N1QL.StreamMustBeReadException

Thrown when an attempt is made to access a property or methods before reading the request stream via iteration.
Inheritance: System.InvalidOperationException
Show file Open project: couchbase/couchbase-net-client

Public Methods

Method Description
StreamMustBeReadException ( ) : System
StreamMustBeReadException ( string message ) : System
StreamMustBeReadException ( string message, Exception innerException ) : System

Method Details

StreamMustBeReadException() public method

public StreamMustBeReadException ( ) : System
return System

StreamMustBeReadException() public method

public StreamMustBeReadException ( string message ) : System
message string
return System

StreamMustBeReadException() public method

public StreamMustBeReadException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System