Click or drag to resize

ObjectNotFoundException Constructor (String, String, String)

Exception thrown when an object has not been found. The message is formatted as the following: "{objectName} with {objectKeyName} '{objectKeyValue}' not found.".

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public ObjectNotFoundException(
	string objectName,
	string objectKeyName,
	string objectKeyValue
)

Parameters

objectName
Type: SystemString
objectKeyName
Type: SystemString
objectKeyValue
Type: SystemString
See Also