Click or drag to resize

AlreadyExistsException Constructor

Initializes a new instance of the AlreadyExistsException class

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public AlreadyExistsException(
	string keyspace,
	string table
)

Parameters

keyspace
Type: SystemString
table
Type: SystemString
See Also