Esempio n. 1
0
 public FastTransferBufferException(string property, int value, Exception innerException) : base(MrsStrings.FastTransferBuffer(property, value), innerException)
 {
     this.property = property;
     this.value    = value;
 }