Click or drag to resize

NoHostAvailableException.Errors Property

Gets the hosts tried along with descriptions of the error encountered while trying them.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public Dictionary<IPEndPoint, Exception> Errors { get; }

Property Value

Type: Dictionary<IPEndPoint, Exception>
See Also