CADability dotNET
Initializes a new instance of the NameAlreadyExistsException class

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public NameAlreadyExistsException(
	Object ContainingList,
	Object OffendingObject,
	string NewName
)
Visual Basic
Public Sub New ( _
	ContainingList As Object, _
	OffendingObject As Object, _
	NewName As String _
)
Visual C++
public:
NameAlreadyExistsException(
	Object^ ContainingList, 
	Object^ OffendingObject, 
	String^ NewName
)

Parameters

ContainingList
Type: System..::..Object
OffendingObject
Type: System..::..Object
NewName
Type: System..::..String

See Also