Class RemoteServerExistsException

Exception thrown when an attempt has been made to create a remote server when one with the same name is already defined.

Inheritance
System.Object
SessionException
RemoteServerExistsException
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

Exception message.

Back to top