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,
	string OldName
)
Visual Basic
Public Sub New ( _
	ContainingList As Object, _
	OffendingObject As Object, _
	NewName As String, _
	OldName As String _
)
Visual C++
public:
NameAlreadyExistsException(
	Object^ ContainingList, 
	Object^ OffendingObject, 
	String^ NewName, 
	String^ OldName
)

Parameters

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

See Also