[Missing <summary> documentation for "T:DatabaseObjects.Exceptions.ObjectAlreadyExistsException"]

Namespace: DatabaseObjects.Exceptions
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class ObjectAlreadyExistsException : ApplicationException
Visual Basic
Public Class ObjectAlreadyExistsException _
	Inherits ApplicationException
Visual C++
public ref class ObjectAlreadyExistsException : public ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      DatabaseObjects.Exceptions..::..ObjectAlreadyExistsException

See Also