Click or drag to resize

DesignDocumentNotFound Constructor

Initializes a new instance of the DesignDocumentNotFound class

Namespace:  Couchbase.Management.Views
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public DesignDocumentNotFound(
	string bucketName,
	string designDocumentName
)

Parameters

bucketName
Type: SystemString

[Missing <param name="bucketName"/> documentation for "M:Couchbase.Management.Views.DesignDocumentNotFound.#ctor(System.String,System.String)"]

designDocumentName
Type: SystemString

[Missing <param name="designDocumentName"/> documentation for "M:Couchbase.Management.Views.DesignDocumentNotFound.#ctor(System.String,System.String)"]

See Also