Ejemplo n.º 1
0
 public DeviceSlotAlreadyOpenedException(AppiDeviceSlot slot)
     : base(string.Format("Устройство {0} уже было открыто", slot))
 {
     this.Slot = slot;
 }
Ejemplo n.º 2
0
 public DeviceSlotAlreadyOpenedException(AppiDeviceSlot slot)
     : base(string.Format("Устройство {0} уже было открыто", slot))
 {
     this.Slot = slot;
 }