public ThirdPartyReplicationException(string error, Exception innerException) : base(ThirdPartyReplication.TPRBaseError(error), innerException)
 {
     this.error = error;
 }