Click or drag to resize

ExceptionsThrowIfNullOrEmpty Method (String, String, String)

Throws an ArgumentNullException if the string is null or empty.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void ThrowIfNullOrEmpty(
	string str,
	string paramName,
	string message = ""
)

Parameters

str
Type: SystemString
paramName
Type: SystemString
message (Optional)
Type: SystemString
See Also