Exemplo n.º 1
0
 public DestinationADNotUpToDatePermanentException(Guid mbxGuid, Exception innerException) : base(MrsStrings.DestinationADNotUpToDate(mbxGuid), innerException)
 {
     this.mbxGuid = mbxGuid;
 }