ExceptionsThrowIfNull Method (Object, 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 public static void ThrowIfNull(
Object obj,
string paramName
)
Parameters
- obj
- Type: SystemObject
- paramName
- Type: SystemString
See Also