Ejemplo n.º 1
0
 public ReceiveLocationCollection(BizTalkReceiveLocationCollection locations)
 {
     if (locations == null)
     {
         throw new ArgumentNullException("locations");
     }
     BizTalkReceiveLocationCollection = locations;
 }
Ejemplo n.º 2
0
 public ReceiveLocationCollection(BizTalkReceiveLocationCollection locations)
 {
     BizTalkReceiveLocationCollection = locations ?? throw new ArgumentNullException(nameof(locations));
 }