Click or drag to resize

ExceptionsThrowIfNull Method (Object, String, String, String)

Throws an ArgumentNullException if the object is null.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void ThrowIfNull(
	Object obj,
	string paramName,
	string message,
	params string[] messageParams
)

Parameters

obj
Type: SystemObject
paramName
Type: SystemString
message
Type: SystemString
messageParams
Type: SystemString
See Also