Esempio n. 1
0
 /// <summary>
 ///     ArgumentException with message like "The argument '{0}' cannot be null, empty or contain only white space."
 /// </summary>
 internal static Exception ArgumentIsNullOrWhitespace(object p0)
 {
     return(new ArgumentException(Strings.ArgumentIsNullOrWhitespace(p0)));
 }