Click or drag to resize

AlreadyExistsException Constructor

Initializes a new instance of the AlreadyExistsException class

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

Parameters

keyspace
Type: SystemString
table
Type: SystemString
See Also