Esempio n. 1
0
 internal InvalidCollectionArgument(CollectionProblem type, string item)
 {
     this.type = type;
     this.item = item;
 }
Esempio n. 2
0
 internal InvalidCollectionArgument(CollectionProblem type)
     : this(type, null)
 {
 }