6 references to ArgumentIsNullOrWhitespace
System.ComponentModel.DataAnnotations (6)
DataAnnotations\Schema\ColumnAttribute.cs (2)
28
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
ArgumentIsNullOrWhitespace
, "name"));
62
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
ArgumentIsNullOrWhitespace
, "value"));
DataAnnotations\Schema\ForeignKeyAttribute.cs (1)
26
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
ArgumentIsNullOrWhitespace
, "name"));
DataAnnotations\Schema\InversePropertyAttribute.cs (1)
20
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
ArgumentIsNullOrWhitespace
, "property"));
DataAnnotations\Schema\TableAttribute.cs (2)
21
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
ArgumentIsNullOrWhitespace
, "name"));
40
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
ArgumentIsNullOrWhitespace
, "value"));