Plumtree EDK (Enterprise Web Development Kit) 5.4.0

NameAlreadyInUseException Class

Thrown when creating an object with a name that is already used by an existing object of the same type in the same folder.

For Content Server properties, this exception will be thrown when adding a property with a name that is already used by another property of a different type in the same Data Entry Template.

For a list of all members of this type, see NameAlreadyInUseException Members.

System.Object
   System.Exception
      System.ApplicationException
         Plumtree.Remote.PRC.Content.ContentException
            Plumtree.Remote.PRC.Content.NameAlreadyInUseException

public class NameAlreadyInUseException : ContentException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Plumtree.Remote.PRC.Content

Assembly: edk (in edk.dll)

See Also

NameAlreadyInUseException Members | Plumtree.Remote.PRC.Content Namespace