Click or drag to resize

ExceptionsGetObjectNotFoundException Method

Creates an exception thrown when an object has not been found.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static ObjectNotFoundException GetObjectNotFoundException(
	params string[] messageParts
)

Parameters

messageParts
Type: SystemString

Return Value

Type: ObjectNotFoundException
See Also