Click or drag to resize

NoHostAvailableException Constructor

Initializes a new instance of the NoHostAvailableException class

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public NoHostAvailableException(
	Dictionary<IPEndPoint, Exception> errors
)

Parameters

errors
Type: System.Collections.GenericDictionaryIPEndPoint, Exception
See Also