Click or drag to resize

OperationTimedOutException Constructor

Initializes a new instance of the OperationTimedOutException class

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public OperationTimedOutException(
	IPEndPoint address,
	int timeout
)

Parameters

address
Type: System.NetIPEndPoint
timeout
Type: SystemInt32
See Also