Esempio n. 1
0
 public CannotCreateEntryIdException(string input, Exception innerException) : base(MrsStrings.CannotCreateEntryId(input), innerException)
 {
     this.input = input;
 }
Esempio n. 2
0
 public CannotCreateEntryIdException(string input) : base(MrsStrings.CannotCreateEntryId(input))
 {
     this.input = input;
 }