Click or drag to resize
OperationTimedOutException Constructor
Initializes a new instance of the OperationTimedOutException class

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

Parameters

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