DdeServer Constructor (String)

NDde

Dynamic Data Exchange Library for .NET

DdeServer Constructor (String)

This initializes a new instance of the DdeServer class that can register the specified service name.

public DdeServer(
   String service
);

Parameters

service
The service name that this instance can register.

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