Class RemoteServerExistsException
Exception thrown when an attempt has been made to create a remote server when one with the same name is already defined.
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public class RemoteServerExistsException : SessionException
Constructors
RemoteServerExistsException(String)
Constructor.
Declaration
public RemoteServerExistsException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The exception message. |