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