Plumtree EDK (Enterprise Web Development Kit) 5.4.0

NameAlreadyInUseException Constructor

Constructs a NameAlreadyInUseException with no detail message.

Overload List

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);

See Also

NameAlreadyInUseException Class | Plumtree.Remote.PRC.Collaboration Namespace