This throws any exception that occurred during the asynchronous operation.
Parameters
- asyncResult
- The
IAsyncResult
object returned by a call toBeginExecute
.
Exceptions
Exception Type | Condition |
---|---|
ArgumentException | This is thown when asyncResult is an invalid IAsyncResult. |
ArgumentNullException | This is thrown when asyncResult is a null reference. |
DdeException | This is thrown when the server does not process the command. |
See Also
DdeClient Class | NDde.Client Namespace