Initializes a new instance of the ObjectDoesNotExistException class

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

Syntax

C#
public ObjectDoesNotExistException(
	IDatabaseObjects objCollection,
	Object objDistinctOrKeyValue
)
Visual Basic
Public Sub New ( _
	objCollection As IDatabaseObjects, _
	objDistinctOrKeyValue As Object _
)
Visual C++
public:
ObjectDoesNotExistException(
	IDatabaseObjects^ objCollection, 
	Object^ objDistinctOrKeyValue
)

Parameters

objCollection
Type: DatabaseObjects..::..IDatabaseObjects

[Missing <param name="objCollection"/> documentation for "M:DatabaseObjects.Exceptions.ObjectDoesNotExistException.#ctor(DatabaseObjects.IDatabaseObjects,System.Object)"]

objDistinctOrKeyValue
Type: System..::..Object

[Missing <param name="objDistinctOrKeyValue"/> documentation for "M:DatabaseObjects.Exceptions.ObjectDoesNotExistException.#ctor(DatabaseObjects.IDatabaseObjects,System.Object)"]

See Also