| EventTimeoutException Constructor |
Creates a new EventTimeoutException with the given message and partial result.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public EventTimeoutException(
string message,
ResponseEvents partialResult
)
Public Sub New (
message As String,
partialResult As ResponseEvents
)
public:
EventTimeoutException(
String^ message,
ResponseEvents^ partialResult
)
new :
message : string *
partialResult : ResponseEvents -> EventTimeoutException
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