Click or drag to resize

ExceptionsGetMissingDataException Method

Creates an exception thrown when required data are missing on an object.

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

Parameters

messageParts
Type: SystemString

Return Value

Type: MissingDataException
See Also