AlreadyExistsException Class | 
Namespace: Cassandra
public class AlreadyExistsException : QueryValidationException
The AlreadyExistsException type exposes the following members.
| Name | Description | |
|---|---|---|
| AlreadyExistsException | Initializes a new instance of the AlreadyExistsException class  | 
| Name | Description | |
|---|---|---|
| Keyspace | 
             Gets the name of keyspace that either already exists or is home to the table that
             already exists.
              | |
| Table | 
             If the failed creation was a table creation, gets the name of the table that already exists. 
              | |
| WasTableCreation | 
             Gets whether the query yielding this exception was a table creation
             attempt.
              |