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