Constructs a NameAlreadyInUseException
with no detail message.
Constructs a NameAlreadyInUseException
with no detail message.
public NameAlreadyInUseException();
Constructs a NameAlreadyInUseException
with a nested exception and a detail message.
public NameAlreadyInUseException(Exception,string);
Constructs a NameAlreadyInUseException
with a detail message.
public NameAlreadyInUseException(string);
NameAlreadyInUseException Class | Plumtree.Remote.PRC.Collaboration Namespace