Click or drag to resize
EventTimeoutException Constructor
Creates a new EventTimeoutException with the given message and partial result.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EventTimeoutException(
	string message,
	ResponseEvents partialResult
)

Parameters

message
Type: SystemString
message with details about the timeout.
partialResult
Type: AsterNET.ManagerResponseEvents
the ResponseEvents object filled with the parts that have been received before the timeout occured.
See Also