ExceptionsThrowIfNullOrEmpty Method (Guid, String, String) |
Throws an ArgumentNullException if the guid is null or equal to an empty guid.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static void ThrowIfNullOrEmpty(
Guid guid,
string paramName,
string message = ""
)
Parameters
- guid
- Type: SystemGuid
- paramName
- Type: SystemString
- message (Optional)
- Type: SystemString
See Also