Click or drag to resize

ExceptionsGetNotImplementedException Method

Creates a new NotImplementedException with message parts.

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

Parameters

messageParts
Type: SystemString

Return Value

Type: NotImplementedException
NotImplementedException
See Also