This initializes a new instance of the DdeServer class that can register the specified service name and uses the specified context.
Parameters
- service
- The service name that this instance can register.
- context
- The context to use for execution.
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | This is thown when service exceeds 255 characters.. |
| ArgumentNullException | This is thrown when service is a null reference. |
See Also
DdeServer Class | NDde.Server Namespace | DdeServer Constructor Overload List