Class RemoteServerExistsException
- Assembly
- Diffusion.Client.dll
Exception thrown when an attempt has been made to create a remote server when one with the same name is already defined.
public class RemoteServerExistsException : SessionException, ISerializable
- Inheritance
-
RemoteServerExistsException
- Implements
- Inherited Members
Constructors
RemoteServerExistsException(string)
Constructor.
public RemoteServerExistsException(string message)
Parameters
messagestringThe exception message.