Click or drag to resize
NoHostAvailableExceptionErrors Property
Gets the hosts tried along with descriptions of the error encountered while trying them.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Dictionary<IPEndPoint, Exception> Errors { get; }

Property Value

Type: DictionaryIPEndPoint, Exception
See Also