GuardIsNotNullOrWhiteSpace Method |
[This is preliminary documentation and is subject to change.]
Namespace: CSInfrastructure.CodeContracts
public static string IsNotNullOrWhiteSpace( string stringValue, string paramName )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when stringValue is NULL |
ArgumentException | Thrown when stringValue consists out of whitespace only |